https://github.com/huibizhang/template-vite-react-tailwind-v3
https://github.com/huibizhang/template-vite-react-tailwind-v3
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/template-vite-react-tailwind-v3
- Owner: huibizhang
- Created: 2022-01-27T14:46:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T08:58:39.000Z (about 3 years ago)
- Last Synced: 2025-03-24T20:13:40.462Z (about 2 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-vite-react-tailwind-v3
- **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`
```---
![]()