An AngularJS seed, set-up with CoffeeScript, Jade and Compass, and karma as test runner
Clone this repo and install the dependencies:
$ npm install && bower install
$ grunt server
$ grunt
$ grunt test:unit
$ grunt test:unit --watch
$ grunt test:e2e