This site is built with TanStack Router and Clerk Authentication!
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/start-clerk-basic start-clerk-basicIt's deployed automagically with Netlify!
From your terminal:
pnpm install
pnpm devBuild for production:
pnpm buildThis example demonstrates:
- Clerk authentication integration
- Protected routes
- User management
- Authentication UI components