Install dependencies
npm install -g grunt-cli
npm install
Default grunt task will test and build files into dist/
grunt
Development "watch" task; will fire up multiple PhantomJS browsers, a connect browser (on localhost:9002) with livereload, and auto-run tests and build
grunt dev