Vite, known for its instant dev server start & fast HMR for incremental updates, has completely reshaped the frontend bundlers’ (e.g. webpack) dev experience.
What’s better is that it offers first-class support for all mainstream UI frameworks including React, but what if we want more features like
- Next.js like FileSystem based routing
- Tailwindcss like atomic CSS
- Vitest for unit tests
- And more …
as a built-in to get started building features right away rather than wasting time on getting things setup again and again? I created a few templates 👇 for this reason.
Use Cases
Build Apps
Full-fledged version
vite-react-tailwind-starter
lxy-yz • Updated Jan 22, 2023
Light-weight version
vitesse-lite-react
lxy-yz • Updated May 22, 2024
Build Component Library
react-component-template
lxy-yz • Updated Jun 18, 2023
Hope it helps. Happy hacking 🥂