Back to Router

TanStack Start - Counter Example

examples/react/start-counter/README.md

1.166.7648 B
Original Source

TanStack Start - Counter Example

This site is built with TanStack Router!

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

Deployment

It's deployed automagically with Netlify!

Getting Started

From your terminal:

sh
pnpm install
pnpm dev

Build

Build for production:

sh
pnpm build

About This Example

This example demonstrates:

  • Basic state management
  • Interactive UI components