Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huibizhang/template-vite-react-ts-tailwind-v3
https://github.com/huibizhang/template-vite-react-ts-tailwind-v3
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/template-vite-react-ts-tailwind-v3
- Owner: huibizhang
- Created: 2022-01-27T16:28:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T08:58:52.000Z (over 2 years ago)
- Last Synced: 2024-10-14T08:31:19.640Z (30 days ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 30
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-vite-react-ts-tailwind-v3
- **template of:** vite + react + typescript
- **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`
```---