A modern, production-ready starter template for building full-stack React applications with server-side rendering.
- TanStack Start - Full-stack React framework with SSR
- React 19 - Latest React with concurrent features
- TypeScript - Strict type safety
- Mantine UI - Component library with custom theme
- Tailwind CSS - Utility-first CSS framework
- Vite+ - Unified dev, build, lint, format, and test toolchain
- Oxlint / Oxfmt - Linting and formatting via
vp check
- Clone the repository:
git clone https://github.com/Visualizeit/tanstack-starter
cd tanstack-starter- Install dependencies:
pnpm install- Start the development server:
pnpm dev| Command | Description |
|---|---|
pnpm dev |
Start development server with HMR |
pnpm build |
Build for production with SSR |
pnpm start |
Start production server |
pnpm check |
Run Vite+ linting and formatting checks |
pnpm fix |
Auto-fix linting and formatting issues |
- File-based routing with SSR via TanStack Start and Nitro
- Mantine UI with Tailwind CSS
- Vite+ workflow for dev, build, lint, and format
- Git hooks via
vp staged - TypeScript strict mode