Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perkinsjr/t3-app-clerk-minimal

TRPC + CLERK - Move fast break nothing, secure everything
https://github.com/perkinsjr/t3-app-clerk-minimal

clerk clerkdev nextjs react t3-stack trpc

Last synced: about 1 month ago
JSON representation

TRPC + CLERK - Move fast break nothing, secure everything

Awesome Lists containing this project

README

        

# Clerk T3 Minimal

The following project uses TRPC + Clerk with minimal styling. The project is a good starting point for using TRPC + Clerk.

## Project features

1. User Context throughout
2. Protected and public procedures
3. Sign-in, Sign-Up and User Profile components

## How to use

1. Create a [Clerk account](https://dashboard.clerk.dev/sign-up)
2. Copy `.env.example` and rename to `.env` and add your keys found in the dashboard.
3. Run `npm install`
4. npx `npx prisma db push`
4. Run `npm run dev`

## Shoutouts

- Huge shoutout to the team at [TRPC](https://trpc.io) for making an awesome project.

- Shoutout to [t3 stack](https://create.t3.gg/) for introducing a lot of people to the TRPC and influencing structure of this project.