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!
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basicFrom your terminal:
pnpm install
pnpm devThis starts your app in development mode, rebuilding assets on file changes.
To build the app for production:
pnpm build