Before attempting any operation run npm install
Build and run production release:
gulp --production
node index.js
- in the browser navigate to
http://localhost:8000
Run the unit tests:
gulp test
Run the project in dev mode:
- run
node index.js
- in the second terminal window run
gulp serve
- in the browser navigate to
http://localhost:5000