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

https://github.com/huibizhang/reaction-speed


https://github.com/huibizhang/reaction-speed

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# reaction-speed

- **template of:** vite + vue
- **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`
```

---