A modern React/TypeScript web application starter template.
- ⚡️ Vite - Next generation frontend tooling
- 🚀 React 19 - The latest version of React
- 🔄 TanStack Router - Type-safe routing
- 🎨 Tailwind CSS - Utility-first CSS framework
- 🧱 shadcn/ui - Re-usable components built with Radix UI and Tailwind CSS
- 🔍 Biome - Formatter and linter for JavaScript/TypeScript
- 📦 pnpm - Fast, disk space efficient package manager
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Build for production:
pnpm build
pnpm dev- Start development serverpnpm build- Build for productionpnpm format- Format code with Biomepnpm check- Check code with Biomepnpm ui- Add shadcn/ui components
src/
├── components/ # Shared components
├── lib/ # Utility functions
├── routes/ # Application routes
├── router.tsx # Router configuration
├── styles.css # Global styles
└── shims.d.ts # TypeScript declarations
This project is licensed under the MIT License - see the LICENSE file for details.