The current boilerplate that I'm using for angular apps. Stole lots of ideas etc from the Lineman Angular template and ng-boilerplate
Install Node.js and then:
$ git clone git:https://github.com/cantoine/boilerplate
$ cd boilerplate
$ sudo npm -g install grunt-cli bower
$ npm install
$ bower install
$ grunt watch
$ grunt test-watch
$ ./start-selenium.sh
#In Another terminal window
$ grunt protractor