To install all the dependencies you need to run two commands and you need to have npm and bower installed:
$ bower install
$ npm installTo run the server you'll need grunt. Then you can simply run the following command:
$ grunt serveWhen the server is running you can run the app by clicking this link.