Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.