Installation Instructions

Clone the repository and run:

npm install
node_modules/.bin/gulp build

Then duplicate the web/dev-local.html file into web/dev.html (non versionned).

Run the server:

node_modules/.bin/http-server

Go to: http://localhost:8080/web/dev.html

Gulp Tasks

Continue With

Coding conventions