examples/react/start-supabase-basic/README.md
A TanStack Start example demonstrating integration with Supabase for authentication and database.
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/start-supabase-basic start-supabase-basic
This example requires Supabase configuration. The .env file contains the necessary environment variables:
SUPABASE_URL=your-project-url
SUPABASE_ANON_KEY=your-anon-key
You'll need to:
.env file with your credentialsFrom your terminal:
pnpm install
pnpm dev
This starts your app in development mode, rebuilding assets on file changes.
To build the app for production:
pnpm build
This example demonstrates: