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

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

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