vite-react-valtio-wouter-tailwind-starter Tailwind Templates

Vite React Valtio Wouter Tailwind Starter

A repository you can clone to kickstart your React dev

Vite + React + Valtio + Wouter + Tailwind CSS starter

Inspired by posva's vite-tailwind-starter and wobsoriano's fork

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.

Top categories

Loading Svelte Themes