A template for building React web applications quickly.
Uses
- React with TypeScript
- Vite as a dev server and bundler for production
- Bun as a package manager
- TanStack Router for file-based routing
- Mantine for UI components
- Pre-commit for managing pre-commit hooks
- Biome as a code formatter and linter
Pre-requisites
Setup
- First time: Run
pre-commit installto set up the git pre-commit hooks bun installto install dependenciesbun run devto run the dev server