Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wobsoriano/vite-react-tailwind-starter
Starter using Vite + React + Tailwind CSS 2
https://github.com/wobsoriano/vite-react-tailwind-starter
react tailwind tailwindui vite
Last synced: 9 days ago
JSON representation
Starter using Vite + React + Tailwind CSS 2
- Host: GitHub
- URL: https://github.com/wobsoriano/vite-react-tailwind-starter
- Owner: wobsoriano
- Created: 2020-08-12T09:04:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T04:56:06.000Z (about 3 years ago)
- Last Synced: 2024-05-21T20:12:47.348Z (6 months ago)
- Topics: react, tailwind, tailwindui, vite
- Language: TypeScript
- Homepage: https://vite-react-tailwind.vercel.app/
- Size: 494 KB
- Stars: 210
- Watchers: 6
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tailwindcss - Vite + React + Tailwind Starter - Boilerplate using Vite, React and Tailwind CSS. (Starters & Themes)
README
# Vite + React + Tailwind CSS starter
Inspired by [posva's](https://github.com/posva) [vite-tailwind-starter](https://github.com/posva/vite-tailwind-starter)
Note if you have access to [Tailwind UI](https://tailwindui.com), you can follow the following steps to add it:
1. Install `@tailwindcss/ui`:
```sh
yarn add @tailwindcss/ui
```2. Add the plugin in `tailwind.config.js` without changing anything else:
```js
// tailwind.config.js
module.exports = {
// ...
// rest of the config
plugins: [require('@tailwindcss/ui')],
}
```## Installation
```sh
yarn
```## Development
```sh
yarn dev
```## Build
```sh
yarn build
```