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

https://github.com/huibizhang/rabbit-todolist-react


https://github.com/huibizhang/rabbit-todolist-react

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

          

# todolist-react

- **template of:** vite + react
- **tailwindcss:** v3.x

## Started
```bash
yarn
# or `npm install`
```

---
## Develop
```bash
yarn dev
# or `npm run dev`
```

---
## Build
```bash
yarn build
# or `npm run build`
```

---