To start developing run:
$ gulp dev
This will fire up a local web server, open http://localhost:9000
in your default browser and watch files for changes reloading the browser automatically via BrowserSync
To make a production-ready build of the app run:
$ gulp build
To start generation js documentation:
$ gulp docs