⚡ Just clone and start coding. ⚡
This boilerplate provides a minimal setup of React[^3] working in Vite with HMR and some ESLint rules. Powered by Tailwind[^1] v3 CSS.
Open terminal and type the following commands:
https://github.com/adsingh14/react-vite-tailwind-jumpstarter
cd react-vite-tailwind-jumpstarter
npm install
npm run dev
Currently, two official plugins are available (provided by Vite):
[^1]: Tailwind Docs [^2]: Vite [^3]: React