This template provides a minimal setup to get React working in Vite with HMR, tailwind, completete TypeScript-ESLint integration and prettier.
The most important rule is that all formatting is done by Prettier.
This template uses @vitejs/plugin-react-swc (SWC) for Fast Refresh.
degit examplewastaken/vite-react-ts-eslint-tailwind-prettier
npm install
npm run dev
This project uses the recommended-type-checked
config plus some additional rules. To configure the project to your needs, edit the .eslintrc.cjs file.