https://github.com/proweb/tanstack-start-sandbox
https://github.com/proweb/tanstack-start-sandbox
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/proweb/tanstack-start-sandbox
- Owner: proweb
- Created: 2026-05-10T20:43:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-10T20:54:22.000Z (about 2 months ago)
- Last Synced: 2026-05-10T22:29:33.582Z (about 2 months ago)
- Language: TypeScript
- Size: 247 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TanStack Start - Basic Example
This is the basic TanStack Start example, demonstrating the fundamentals of building applications with TanStack Router and TanStack Start.
- [TanStack Router Docs](https://tanstack.com/router)
It's deployed automagically with Netlify!
- [Netlify](https://netlify.com/)
## Start a new project based on this example
To start a new project based on this example, run:
```sh
npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basic
```
## Getting Started
From your terminal:
```sh
pnpm install
pnpm dev
```
This starts your app in development mode, rebuilding assets on file changes.
## Build
To build the app for production:
```sh
pnpm build
```