https://github.com/lilpolymath/timer
A Timer app built with love in React
https://github.com/lilpolymath/timer
reactjs
Last synced: 3 months ago
JSON representation
A Timer app built with love in React
- Host: GitHub
- URL: https://github.com/lilpolymath/timer
- Owner: lilpolymath
- Created: 2019-08-16T22:07:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T14:47:33.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T05:41:59.238Z (over 1 year ago)
- Topics: reactjs
- Language: JavaScript
- Size: 657 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Running the app
1. Ensure you have `npm` installed.
Follow the instructions for your platform [here](https://github.com/npm/npm).
2. Install all dependencies:
````
npm install
````
3. Boot the HTTP server
````
npm run server
````
The server is now running at [localhost:3000](localhost:3000)