tanstack-start-shadcn
Installation
SKILL.md
TanStack Start + shadcn/ui Development Guide
Comprehensive guide for developing with the create-tanstack-start-shadcn boilerplate.
Quick Reference
| Task | Command/Pattern |
|---|---|
| Start dev server | npm run dev |
| Build for production | npm run build |
| Preview production | npm run preview |
| Start production | npm run start |
| Add shadcn component | npx shadcn@latest add <component> |