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

https://github.com/huibizhang/template-vite-react-tailwind-jit


https://github.com/huibizhang/template-vite-react-tailwind-jit

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# template-vite-react-tailwind-jit

- **template of:** vite + react
- **tailwindcss:** `^2.2.19`

## Started
with npm:
```bash
npm install
```
with yarn:
```bash
yarn
```

---
## Develop
with npm:
```bash
npm run dev
```
with yarn:
```bash
yarn dev
```

---
## Build
with npm:
```bash
npm run build
```
with yarn:
```bash
yarn build
```

---