The following project uses TRPC + Clerk with minimal styling. The project is a good starting point for using TRPC + Clerk.
- User Context throughout
- Protected and public procedures
- Sign-in, Sign-Up and User Profile components
- Create a Clerk account
- Copy
.env.exampleand rename to.envand add your keys found in the dashboard. - Run
npm install - Run
npm run dev