- npm install (installs node dependencies, including gulp)
- bower install (installs bower components)
- To start gulp with live reload:
gulp watch
- To start gulp serving normally:
gulp serve
- Build (default):
gulp build
- Build distributable:
gulp zip
Run node backend/rest.js
- Do
npm install
- Run
node app.js