Minimal boilerplate: React 19, TypeScript, Tailwind CSS v4, TanStack Router, Zustand, shadcn-style Button component.
- Vite
- React + TypeScript
- Tailwind CSS v4
- TanStack Router
- Zustand
pnpm install
pnpm devpnpm dev— start the dev serverpnpm build— build for productionpnpm preview— preview the production build
src/main.tsx— app entry pointsrc/router.tsx— router and the single/pagesrc/store/counter-store.ts— example Zustand store (increment/decrement)src/components/ui/button.tsx— shadcn-style Button component