A React Router 7 (framework mode) application with TypeScript, Tailwind CSS v4, and Vite.
- React Router 7 — framework mode with SSR enabled
- React 19
- TypeScript
- Tailwind CSS v4 via
@tailwindcss/vite - Vite
- Cloudflare Workers ready (
@react-router/cloudflare)
npm run dev # start the dev server
npm run build # production build
npm run start # serve the production build
npm run typecheck # generate route types and run tsc
npm run lint # run ESLintapp/— routes, components, and stylespublic/— static assetsreact-router.config.ts— React Router framework configvite.config.ts— Vite config