Back to Router

TanStack Start - Bare Example

examples/react/start-bare/README.md

1.166.7557 B
Original Source

TanStack Start - Bare Example

A minimal TanStack Start example demonstrating the bare essentials.

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-bare start-bare

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