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