Skip to content

ric9176/clicker

 
 

Repository files navigation

Custom counter Ionic 2 + Angular 2 + Typescript learning project

Build Status Coverage Status codecov.io MIT license Dependency Status devDependency Status

Install & Start

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 start         # start the application (ionic serve)

Run Unit Tests

npm test          # run unit tests

Debug Unit tests

npm run test.watch   # in one window - build all the tests and start watching for changes
npm run karma        # start karma in debug mode: mutli run Chrome, hit `debug` to get going

Blog Topics

Contribute

Issues and PRs are welcome, see the roadmap sticky

About

Custom counter Ionic 2 + Angular 2 + Typescript learning project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.3%
  • JavaScript 30.0%
  • CSS 7.4%
  • HTML 4.0%
  • Shell 2.3%