Opinionated React Template
Opinionated React template setup with modern tooling, here some recommendations if needed
- React
- TypeScript
- React Router
- Generouted
- TailwindCSS
- Playwright
- ESLint
- Prettier
- Vite
- PNPM
- Husky
- Commitlint
- Lint-staged
- Vercel
- Using
generouted
with type-safe navigation - Check
generouted
features and conventions for more details
By generating from this template then/or cloning locally
# install dependencies
pnpm install
# install playwright browsers
pnpm playwright install --with-deps chromium
# start development server · http://localhost:3000
pnpm dev
# build client for production
pnpm build
# start production preview · http://localhost:5000
pnpm preview
# run all tests from the command-line
pnpm test
# run end-to-end tests in interactive mode
pnpm test:ui
# run end-to-end tests in headed browsers
pnpm test:headed
# run test generator to record an end-to-end test
pnpm test:record
MIT