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.example
and rename to.env
and add your keys found in the dashboard. - Run
npm install
- npx
npx prisma db push
- Run
npm run dev