Vite is an opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it for production.
Repo for Vite + React + Tailwind
š Live Demo
yarn
yarn dev
yarn build
then open http://localhost:3000 in your browser
This project is totally inspired by Anthony Fu's vite vue template
You can also check out TailBlocks for Ready to use Tailwind CSS blocks.