Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 878 Bytes

File metadata and controls

36 lines (24 loc) · 878 Bytes

Tanstack Basic

This site is built with TanStack Start!

This template uses the following tools:

Tip

Looking to deploy on Cloudflare with KV & D1 Database? Checkout the Start Cloudflare template.

Installation

To setup a project from this template, the simplest way is to use gitpick:

git clone https://github.com/depsimon/tanstack-basic.git my-app
cd my-app
bun install

Development

From your terminal:

bun install
bun dev

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