A TanStack Start project powered by Bun.
To install dependencies:
bun installTo start a development server:
bun devTo build for production:
bun run buildTanStack Start is a full-stack framework powered by TanStack Router for React and Solid that provides:
- File-based routing
- Server-side rendering (SSR)
- Server functions with
createServerFn - Built-in data loading with route loaders
- Hot module replacement (HMR)
This project was created using bun init --react=tanstack in bun v1.3.3. Bun is a fast all-in-one JavaScript runtime.
For more information, check out Bun's TanStack Start guide.