This site is built with TanStack Start!
This template uses the following tools:
- Bun as the package manager
- Biome as the linter & formatter
- Lefthook as the git hooks manager
- Tailwind CSS as the CSS framework
Tip
Looking to deploy on Cloudflare with KV & D1 Database? Checkout the Start Cloudflare template.
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
From your terminal:
bun install
bun dev
This starts your app in development mode, rebuilding assets on file changes.