π Full-stack template with TanStack Start. Includes SSR, file-based routing, and modern tooling.
- TanStack Start - Full-stack React framework with SSR
- TypeScript - End-to-end type safety
- Tailwind CSS v4 + @ras-sh/ui - Modern styling and components
pnpm install
pnpm dev- Build routes in
src/routes/with SSR loaders - Add components in
src/components/ - Update
package.jsonand branding assets
| Command | Description |
|---|---|
pnpm dev |
Start development server (port 5173) |
pnpm build |
Build for production |
pnpm preview |
Preview production build |
pnpm check-types |
Run TypeScript type checking |
pnpm check |
Run linter checks |
pnpm fix |
Auto-fix linting issues |
src/
βββ routes/ # File-based routing with SSR loaders
βββ components/ # Reusable components
βββ lib/ # Utilities (SEO helper, etc.)
βββ router.tsx # Router configuration
MIT License - see the LICENSE file for details.