This project was created with Better-T-Stack, a modern TypeScript stack that combines React, TanStack Router, None, NONE, 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
- Node.js - Runtime environment
- Biome - Linting and formatting
First, install the dependencies:
pnpm installThen, run the development server:
pnpm devOpen http://localhost:3001 in your browser to see the web application.
The API is running at http://localhost:3000.
frontend/
├── apps/
│ ├── web/ # Frontend application (React + TanStack Router)
│ └── server/ # Backend API (None, NONE)
pnpm dev: Start all applications in development modepnpm build: Build all applicationspnpm dev:web: Start only the web applicationpnpm dev:server: Start only the serverpnpm check-types: Check TypeScript types across all appspnpm check: Run Biome formatting and linting