This project was created with Better-T-Stack, a modern TypeScript stack that combines React, TanStack Start, Self, and more.
- TypeScript - For type safety and improved developer experience
- TanStack Start - SSR framework with TanStack Router
- TailwindCSS - Utility-first CSS for rapid UI development
- shadcn/ui - Reusable UI components
First, install the dependencies:
bun installThen, run the development server:
bun run devOpen http://localhost:3001 in your browser to see your fullstack application.
spot-the-code/
├── apps/
│ └── web/ # Fullstack application (React + TanStack Start)
├── packages/
│ ├── api/ # API layer / business logic
bun run dev: Start all applications in development modebun run build: Build all applicationsbun run check-types: Check TypeScript types across all apps