https://github.com/eneax/timer-app
Create, update and delete timers with React Timer App
https://github.com/eneax/timer-app
es6-javascript javascript react reactjs semantic-ui timer-application
Last synced: 4 months ago
JSON representation
Create, update and delete timers with React Timer App
- Host: GitHub
- URL: https://github.com/eneax/timer-app
- Owner: eneax
- Created: 2019-02-05T19:59:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:46:41.000Z (about 3 years ago)
- Last Synced: 2025-02-14T16:02:06.543Z (10 months ago)
- Topics: es6-javascript, javascript, react, reactjs, semantic-ui, timer-application
- Language: CSS
- Homepage:
- Size: 2.37 MB
- Stars: 1
- Watchers: 3
- 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)