Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathan249/t3-app-router-clerk
T3 Boilerplate using Clerk for Authentication
https://github.com/jonathan249/t3-app-router-clerk
clerk nextjs react t3-stack tailwindcss trpc typescript
Last synced: 3 days ago
JSON representation
T3 Boilerplate using Clerk for Authentication
- Host: GitHub
- URL: https://github.com/jonathan249/t3-app-router-clerk
- Owner: jonathan249
- Created: 2024-06-11T15:05:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T15:26:56.000Z (6 months ago)
- Last Synced: 2024-11-02T03:23:47.886Z (about 2 months ago)
- Topics: clerk, nextjs, react, t3-stack, tailwindcss, trpc, typescript
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T3 App using Clerk authentication
Boilerplate, production ready T3 application using Clerk authentication, tRPC, Tailwind CSS & Prisma
## Quickstart
- `bun install`
- `bun run db:generate`
- `bun run db:push`
- `bun dev`## Techstack
- [Next.js](https://nextjs.org)
- [Clerk](https://clerk.com)
- [Prisma](https://prisma.io)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)