npm install -g ionic-app-lib
git clone https://github.com/lathonez/clicker.git
cd clicker
npm install # or `npm run reinstall` if you get an error
npm test# run unit tests
npm start # start the application
TODO:
tslint / eshint
travis
convert clickers to use map? - doesn't make sense as we need to persist it anyway and you can't JSON.stringify a map
full test coverage
finish README (better description, install from scratch)