GitXplorerGitXplorer
l

csb-react-tailwind-vite

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
257196343f8e2657e6ffb3d7cc3e3ef0a6f85ae5

Initial commit.

llbogdan committed 4 years ago

README

The README file for this repository.

Vite + React + Tailwind CSS starter

Inspired by posva's vite-tailwind-starter

Note if you have access to Tailwind UI, you can follow the following steps to add it:

  1. Install @tailwindcss/ui:
yarn add @tailwindcss/ui
  1. Add the plugin in tailwind.config.js without changing anything else:
// tailwind.config.js
module.exports = {
  // ...
  // rest of the config
  plugins: [require('@tailwindcss/ui')],
}

Installation

yarn

Development

yarn dev

Build

yarn build

TypeScript Support

Head over to the vite react-ts template and just copy the needed files.