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

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

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.