This site is built with TanStack Start!
This template uses the following tools:
- Bun as the package manager & runtime
- Biome as the linter & formatter
- Lefthook as the git hooks manager
- Tailwind CSS as the CSS framework
- tRPC as the backend
- Tanstack Query as the server state manager
- Turso Database as the Cloud SQLite provider
- Drizzle ORM as the ORM
- Better Auth as the Auth solution
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
touch database.sql # Create locale database
cp .env.example .env # Set your environment variables
From your terminal:
bun install
bun dev
This starts your app in development mode, rebuilding assets on file changes.