Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezmiller/react-timer-demo
A timer built in react
https://github.com/ezmiller/react-timer-demo
Last synced: about 7 hours ago
JSON representation
A timer built in react
- Host: GitHub
- URL: https://github.com/ezmiller/react-timer-demo
- Owner: ezmiller
- License: mit
- Created: 2016-02-04T22:43:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T22:46:15.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T21:34:57.498Z (7 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Timer Demo
=====================### Usage
Once you've cloaned the project, run:
```
npm install
npm start
open http://localhost:3000
```This demo was built using the [react-hot-boilerplate](https://github.com/gaearon/react-hot-boilerplate).