This repository is no longer maintained.
Install grunt
npm install -g grunt-cli
or to use the project copy
./node_modules/grunt-cli/bin/grunt
Install bower (version 1.2.x or higher)
npm install -g bower
or to use the project copy
./node_modules/bower/bin/bower install
Get Dependencies
npm install && bower install
grunt server
Build files currently end up in the out
directory
grunt
Unit
grunt test
End to End
grunt test-e2e
TODO