[READ-ONLY] Mirror of https://github.com/shuuji3/tanstack-start-playground. 馃И experimental playground for TanStack Start (https://tanstack.com/start/latest)
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 98.8%
CSS 1.2%
4 1 0

Clone this repository

https://git.vm.fail/shuuji3.xyz/tanstack-start-playground https://git.vm.fail/did:plc:pm6yu35hzl4zovx6gfe7qrmk
ssh://git@knot1.tangled.sh:2222/shuuji3.xyz/tanstack-start-playground ssh://git@knot1.tangled.sh:2222/did:plc:pm6yu35hzl4zovx6gfe7qrmk

For self-hosted knots, clone URLs may differ based on your setup.


README.md

TanStack Start - Basic Example#

This is the basic TanStack Start example, demonstrating the fundamentals of building applications with TanStack Router and TanStack Start.

It's deployed automagically with Netlify!

Start a new project based on this example#

To start a new project based on this example, run:

npx gitpick TanStack/router/tree/main/examples/react/start-basic start-basic

Getting Started#

From your terminal:

pnpm install
pnpm dev

This starts your app in development mode, rebuilding assets on file changes.

Build#

To build the app for production:

pnpm build