- Install Node.js and NPM
- Install Gulp.
$ npm install -g gulp
- Clone this repository.
- From the repository root. Run command
$ npm install
- Run command from the root directory.
$ gulp serve
- Everytime, a change occurs in the JavaScript file. You must run the command.
$ gulp clean
- Run command from the root directory.
$ gulp build