Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v-poc/vite-react-tailwindcss-starter-poc
The starter template of vite+react+tailwindcss.
https://github.com/v-poc/vite-react-tailwindcss-starter-poc
daisyui react react18 tailwind tailwind3 tailwindcss vite vite5
Last synced: 14 days ago
JSON representation
The starter template of vite+react+tailwindcss.
- Host: GitHub
- URL: https://github.com/v-poc/vite-react-tailwindcss-starter-poc
- Owner: v-poc
- License: mit
- Created: 2024-07-26T17:35:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T04:42:26.000Z (6 months ago)
- Last Synced: 2024-11-20T20:59:19.295Z (3 months ago)
- Topics: daisyui, react, react18, tailwind, tailwind3, tailwindcss, vite, vite5
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-react-tailwindcss-starter-poc
This template provides a minimal setup to get React+Tailwindcss working in Vite with HMR and some ESLint rules.
## Project setup
### How to setup your project
Install dependencies
```
npm i
```### Compiles and hot-reloads for development
```
npm start
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
About vite, please check Configuration Reference - [vite](https://vitejs.dev/config/).
## License