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

https://github.com/zask45/todo-react-go


https://github.com/zask45/todo-react-go

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# To Do Apps

## Tech stack
- `Go`
- `Fiber`
- `Typescript`
- `React`

## Run server

```
cd server
go run main.go
```

## Run react app (dev)
```
cd client
yarn dev
```