Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)