Back to Router

TanStack Start - Trellaux Example

examples/react/start-trellaux/README.md

1.166.7772 B
Original Source

TanStack Start - Trellaux Example

A TanStack Start example demonstrating a Trello-like kanban board application.

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

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

About This Example

A full-featured Trello-like application demonstrating:

  • Drag-and-drop functionality
  • Complex state management
  • Real-time updates
  • Board, list, and card management