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://github.com/cantoine/boilerplate
$ cd boilerplate
$ npm -g install grunt-cli bower
$ npm install
$ bower install
# Grunt Watch -- This will build the app and run unit tests where applicable
$ grunt watch
$ ./start-selenium.sh
#In Another terminal window
$ grunt protractor