- Node.js
- Install all npm dependencies
npm install
, will automatically install all bower dependencies
npm start
will start a webserver and watch the file for changes refreshing the page at localhost:9000.
npm run-script build
and you'll find the production code in dist/
.
npm test
to run the tests.
npm run-script deploy
will push the production code from dist/
to gh-pages
branch.
- Owner: Mattia Asti
- Lead Contributor: Marco Bettiolo