An open API service indexing awesome lists of open source software.

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.

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

MIT License