- ⚡️ React 18
- 🦾 TypeScript
- 🫀 Vitest - unitary testing made easy
- 🎨 Tailwind - next generation utility-first CSS
⚠️ ESLint - configured for React/Hooks & TypeScript- 🧱 Prettier
pnpm dlx degit phiphou/react-ts-vite-eslint-tailwind-boilerplate YOUR_APP
cd YOUR_APP
pnpm i
Just run and visit http://127.0.0.1:3000/
pnpm dev
pnpm test
To build the App, run
pnpm build
And you will see the generated file in dist
that ready to be served.