We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The standard convention with client-server applications is to add an npm start command to launch the server component.
npm start
1. Install the server as a dev dependency
$ npm install local-web-server --save-dev
2. Add a start command to your package.json:
start
package.json
{ "scripts": { "start": "ws" } }
3. Document how to build and launch your site
$ npm install $ npm start Serving at http://mbp.local:8000, http://127.0.0.1:8000, http://192.168.0.100:8000