An AngularJS SPA army builder for CoolMiniOrNot's Wrath of Kings: http://wok-army-builder.appspot.com
Assuming Node.js is installed and the grunt-cli and bower packages are installed globally:
$ git clone https://github.com/dsusco/wok-army-builder.git
$ cd wok-army-builder
$ npm install
$ bower install
$ grunt watch
That should open http://localhost:3000/ in a browser.
This began life as an ngBoilerplate project, thanks ngbp team.