https://github.com/rohmanhm/example-react-timer
Example ReactJS Timer Application
https://github.com/rohmanhm/example-react-timer
example react reactjs-timer-application
Last synced: 8 months ago
JSON representation
Example ReactJS Timer Application
- Host: GitHub
- URL: https://github.com/rohmanhm/example-react-timer
- Owner: rohmanhm
- Created: 2016-11-05T13:14:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T01:20:01.000Z (over 8 years ago)
- Last Synced: 2025-05-16T14:13:53.393Z (9 months ago)
- Topics: example, react, reactjs-timer-application
- Language: JavaScript
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Example ReactJS Timer Application
##How to run?
Install npm modules.
`npm install`
Start the server.
`npm start`
Build `bundle.js`
`webpack`
or
`webpack -w` to watch what changes.
Open your browser with this URL.
`http://localhost:3000`
`3000` is default port from setting in `server.js` you can changes anytime.