Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huibizhang/template-vite-react-tailwind-v3
https://github.com/huibizhang/template-vite-react-tailwind-v3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/template-vite-react-tailwind-v3
- Owner: huibizhang
- Created: 2022-01-27T14:46:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T08:58:39.000Z (over 2 years ago)
- Last Synced: 2024-07-31T22:37:38.172Z (3 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 16
- 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`
```---