Skip to content

NPM scripts

Andrey Mokhovyk edited this page Jan 18, 2017 · 1 revision

To build app, start server http://localhost:8080/ and watch for changes:

npm run watch

To build app:

npm start

To execute unit test:

npm test

Clone this wiki locally