TanStack Start - Basic Example#
This is the basic TanStack Start example, demonstrating the fundamentals of building applications with TanStack Router and TanStack Start.
It's deployed automagically with Netlify!
Start a new project based on this example#
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basic
Getting Started#
From your terminal:
pnpm install
pnpm dev
This starts your app in development mode, rebuilding assets on file changes.
Build#
To build the app for production:
pnpm build