- be sure you have Node.JS and NPM installed
$ npm install
$ grunt setup <-- repeat command every time you change any CSS file!
$ grunt
EFFECT: browser-sync should open app in your browser
- alternatively if you want sync watching also CSS:
$ grunt syncwithcss (but it'll be a lot longer sync)
- to build minified version:
$ grunt build