This was a small angular 2 application which runs a game based on speed tapping.
To install this component into your project run:
npm install @mortonprod/tapping-game
Import the component like so:
import Product from @mortonprod/tapping-game
then import the css:
import @mortonprod/tapping-game/dist/index.css
Note you must pull the css independently of the component.
To run in development mode do:
npm run start
This will run the app on localhost:8080.
You are free to contribute to this component if you wish.