After cloning the repository, run the following command to install the application's dependencies.
$ npm install
To build the application
$ npm run build
To run and debug
$ npm run debug
To run the linter
$ npm run lint
To run the watcher for automatic rebuilding
$ npm run watch
To clean the app .js files
$ npm run clean
- Node Package Manager
- JavaScript (ES6)
Code and documentation © 2016 Ricardo Valencia. Code and documentation is released under the MIT license.
