No description
Find a file Use this template
2025-11-21 15:02:52 +07:00
.vscode initial 2025-11-21 10:45:21 +07:00
public initial 2025-11-21 10:45:21 +07:00
src initial 2025-11-21 10:45:21 +07:00
.gitignore initial 2025-11-21 10:45:21 +07:00
biome.json initial 2025-11-21 10:45:21 +07:00
bun.lock bundle visualizer 2025-11-21 15:02:52 +07:00
components.json initial 2025-11-21 10:45:21 +07:00
package.json bundle visualizer 2025-11-21 15:02:52 +07:00
README.md initial 2025-11-21 10:45:21 +07:00
styles.css initial 2025-11-21 10:45:21 +07:00
tsconfig.json initial 2025-11-21 10:45:21 +07:00
vite.config.ts initial 2025-11-21 10:45:21 +07:00

bun-tanstack-start-template

A TanStack Start project powered by Bun.

To install dependencies:

bun install

To start a development server:

bun dev

To build for production:

bun run build

About TanStack Start

TanStack 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.