My default starting point for all front-end builds
- Make sure you have Node.js installed
- Download Vanilla
- Run
$ npm install --global gulp && npm install
in that directory to get started.
- Run
gulp
to build the project - Want to work on the project in the browser? Run
gulp serve
afterwards - Continue being awesome