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
- Host: GitHub
- URL: https://github.com/huibizhang/template-vite-react-tailwind-jit
- Owner: huibizhang
- Created: 2021-07-28T22:07:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T15:57:51.000Z (over 3 years ago)
- Last Synced: 2025-01-23T11:25:42.842Z (9 months ago)
- Language: JavaScript
- Homepage: template-vite-react-tailwind-jit.vercel.app
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```---
![]()