Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 401 Bytes

general-tasks.md

File metadata and controls

21 lines (14 loc) · 401 Bytes

General tasks

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