Install dependencies.
npm i
Start developing.
To start your project up run
gulp init gulp dev
Your site is now running at http://localhost:3000
Build (production)
To build minified assets ready for production run
gulp dist
All files will be created under dist
directory.