it requires Node.js to run.
Install the dependencies and devDependencies and start the server.
$ npm install
$ npm startFor run tests ...
$ npm testTo load initial data in the app, replace the initialState of the app in app/main.js(5) by
var initialState = require('mocks/mockedState');