A simple recreation of Fallout PipBoy 3000 in Angular.js
Download server from here:
https://github.com/formstack/front-end-project-api
and run it.
Clone this repo and install client:
npm install -g grunt-cli
npm install
Run client:
grunt serve
Run unit tests:
grunt karma:unit