https://github.com/bassel17/laughing-computing-machine
A Todo app to test React-Query Library
https://github.com/bassel17/laughing-computing-machine
Last synced: 11 months ago
JSON representation
A Todo app to test React-Query Library
- Host: GitHub
- URL: https://github.com/bassel17/laughing-computing-machine
- Owner: Bassel17
- License: mit
- Created: 2021-05-06T20:32:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T06:51:00.000Z (about 5 years ago)
- Last Synced: 2025-01-19T06:11:27.519Z (over 1 year ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laughing-computing-machine
A Todo app to test React-Query Library
## 1. To start the backend
```
cd backend
yarn install
yarn develop
```
---
## 2. To start the frontend
```
cd frontend
yarn install
yarn start
```