Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`.