Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufshakeel/todo-react-app
This is a simple Todo React app.
https://github.com/yusufshakeel/todo-react-app
Last synced: 4 days ago
JSON representation
This is a simple Todo React app.
- Host: GitHub
- URL: https://github.com/yusufshakeel/todo-react-app
- Owner: yusufshakeel
- License: mit
- Created: 2018-05-20T13:51:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T07:20:51.000Z (over 6 years ago)
- Last Synced: 2024-11-09T20:44:36.518Z (2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-react-app
This is a simple Todo React app.### License
MIT License Copyright (c) 2018 Yusuf Shakeel
### How to use this project?
1. Clone the project `git clone https://github.com/yusufshakeel/todo-react-app.git`
2. Run `npm install` to get all the dependencies.
3. To run the local server type `npm start`
4. To run json-server type `json-server db.json`
### Note!
I am running the json-server on port 3000.
So, the API link is `http://localhost:3000`.
And I am running the React app on port 3001.
So, the URL for the app is `http://localhost:3001`.