https://github.com/v-poc/vite-react-tailwindcss-website-poc
The demo website of vite and react with tailwindcss.
https://github.com/v-poc/vite-react-tailwindcss-website-poc
react react18 responsive responsive-website tailwind tailwind3 tailwindcss vite vite5 website website-mock-data
Last synced: about 2 months ago
JSON representation
The demo website of vite and react with tailwindcss.
- Host: GitHub
- URL: https://github.com/v-poc/vite-react-tailwindcss-website-poc
- Owner: v-poc
- Created: 2024-08-03T16:46:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T12:56:01.000Z (10 months ago)
- Last Synced: 2025-02-06T01:22:56.808Z (4 months ago)
- Topics: react, react18, responsive, responsive-website, tailwind, tailwind3, tailwindcss, vite, vite5, website, website-mock-data
- Language: TypeScript
- Homepage: https://nikoni.top/vite-website-poc/
- Size: 2.27 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-react-tailwindcss-website-poc
This [responsive website](https://nikoni.top/vite-website-poc/) provides a minimal setup to get React+Tailwindcss working in Vite with HMR and some ESLint rules.
> Yet [another version](https://github.com/bluepower/cra-react-tailwindcss-website-poc) is based on Webpack.
## 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
![]()