This project was created with Better-T-Stack, a modern TypeScript stack that combines React, TanStack Router, and more.
- TypeScript - For type safety and improved developer experience
- TanStack Router - File-based routing with full type safety
- TailwindCSS - Utility-first CSS for rapid UI development
- shadcn/ui - Reusable UI components
- Turborepo - Optimized monorepo build system
- PWA - Progressive Web App support
First, install the dependencies:
pnpm installThen, run the development server:
pnpm run devOpen http://localhost:3001 in your browser to see the web application.
my-better-t-app/
├── apps/
│ ├── web/ # Frontend application (React + TanStack Router)
pnpm run dev: Start all applications in development modepnpm run build: Build all applicationspnpm run dev:web: Start only the web applicationpnpm run check-types: Check TypeScript types across all appscd apps/web && pnpm run generate-pwa-assets: Generate PWA assets