Vite template Vite React.js WindiCSS ESLint Prettier Husky Lint-staged Prerequisites yarn git Project setup Use the template npx degit moudev/vite-react-windi-eslint-husky my-app cd my-app Install dependencies yarn install Config Git hooks (required) git init yarn prepare Development yarn dev Build yarn build Lints and fixes files yarn lint