This is a starter kit of the Web front-end development.
- Install Node.js
cd PROJECTDIR
npm install
Runt the watch files, background compile (JavaScript/CSS) and launch the web server.
npm start
Run the ES6 code of unit tests by mocha.
npm test
Run the code document generation.
npm run esdoc
Build the app for production.
npm run release