/clicker

Custom counter Ionic 2 + Angular 2 + Typescript learning project

Primary LanguageTypeScriptMIT LicenseMIT

Custom counter Ionic 2 + Angular 2 + Typescript learning project

Build Status Coverage Status codecov.io Dependency Status devDependency Status

Installation

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)
  • licence