Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/perkinsjr/t3-app-clerk-minimal
- Owner: perkinsjr
- Created: 2022-11-16T16:07:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T07:35:14.000Z (11 months ago)
- Last Synced: 2024-09-27T12:42:08.842Z (about 1 month ago)
- Topics: clerk, clerkdev, nextjs, react, t3-stack, trpc
- Language: TypeScript
- Homepage: https://t3-clerk.jamesperkins.dev/
- Size: 682 KB
- Stars: 158
- Watchers: 2
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.