To start use these commands
$ bower install
$ npm install
$ grunt serve
Note that it tries to open the app in Chrome
Gruntfile.js
open: {
server: {
path: 'http://localhost:<%= connect.options.port %>',
app: 'Chrome'
}
},