- git
- nodejs
- bower (npm install bower -g)
- grunt (npm install grunt -g)
- grunt-cli (npm install grunt-cli -g)
- npm install
- bower install
- grunt serve
App should be accessible on http://localhost:9001
- grunt build - to build release version
- grunt serve:dist - to build and run release version.