Gitification's client use Angular-js and bootstrap.
To start the client webserver, run
web-server.js
Look at the sub-project of gitification: gitification-server
, to run the server in static mode or with the database.
Then you can access the website at http://localhost:8000/app/index.html
Use the command below to run the test.
grunt travis
or
npm test