Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortonprod/tappinggameapp
A simple angular 2 based tapping game.
https://github.com/mortonprod/tappinggameapp
angular2 typescript
Last synced: 1 day ago
JSON representation
A simple angular 2 based tapping game.
- Host: GitHub
- URL: https://github.com/mortonprod/tappinggameapp
- Owner: mortonprod
- Created: 2016-07-18T14:08:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T11:09:32.000Z (over 7 years ago)
- Last Synced: 2024-11-08T05:26:14.056Z (about 2 months ago)
- Topics: angular2, typescript
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tapping-game
This was a small angular 2 application which runs a game based on speed tapping.
## Installation
To install this component into your project run:`npm install @mortonprod/tapping-game`
## Usage
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.
## Contributing
You are free to contribute to this component if you wish.