Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tltneon/todo-react
Working with React framework
https://github.com/tltneon/todo-react
Last synced: 1 day ago
JSON representation
Working with React framework
- Host: GitHub
- URL: https://github.com/tltneon/todo-react
- Owner: tltneon
- Created: 2024-06-04T02:59:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T07:34:13.000Z (7 months ago)
- Last Synced: 2024-06-05T08:09:26.350Z (7 months ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-react
Test project using React & ExpressNote: mongo database may not work from another machine cause IP restrictions. You need to change connection string to another DB here: [index.js:9](https://github.com/tltneon/todo-react/blob/main/back/index.js#L9)
## First start the project
1. Navigate to \todo-react\
### Backend
2. Open CMD
3. Type command:
```batch
cd back && npm i && npm start
```
### Frontend
4. Open CMD
5. Type command:
```batch
cd front && npm run auto
```## Screenshot
![Screenshot](image-2.png)