Blank TanStack Start app scaffolded with the TanStack CLI, using React, Bun, ESLint, TanStack Router, TanStack Query, and TanStack Form.
bun install
bun --bun run dev
bun --bun run build
bun --bun run test
bun --bun run lint
bun --bun run format
bun --bun run check- TanStack Start for the app shell and server functions
- TanStack Router with file-based routes
- TanStack Query wired into the router context and SSR integration
- TanStack Form demonstrated inline on the home route without extra feature scaffolding
- ESLint + Prettier via the TanStack ESLint config
- Optional CodeRabbit repository config in
.coderabbit.yaml
No environment variables are required for the blank app.
CodeRabbit is represented as repository tooling, not runtime app code. Install the GitHub App for this repository or organization, then adjust .coderabbit.yaml if you want repository-specific review behavior.
Project-specific implementation notes live in AGENTS.md.