This template provides a ready to go setup to get React working in Vite with HMR and some ESLint and prettier rules.
This project uses many tools like:
Install
npm install -g bun
npm install -g degit
npx degit parasbansal/react-tailwind-typescript-generouted-lucide-zustand my-app
cd my-app
npm install
npm run dev