Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grandevx/my-t3-boilerplate
T3 Stack app with - Next.js 14 - Clerk Auth - TRPC - Stripe - Prisma
https://github.com/grandevx/my-t3-boilerplate
clerk nextjs nextjs14 prisma stripe t3-stack trpc
Last synced: 4 months ago
JSON representation
T3 Stack app with - Next.js 14 - Clerk Auth - TRPC - Stripe - Prisma
- Host: GitHub
- URL: https://github.com/grandevx/my-t3-boilerplate
- Owner: GrandeVx
- Created: 2023-12-01T16:25:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T06:47:01.000Z (10 months ago)
- Last Synced: 2024-10-10T01:44:08.470Z (4 months ago)
- Topics: clerk, nextjs, nextjs14, prisma, stripe, t3-stack, trpc
- Language: TypeScript
- Homepage:
- Size: 143 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My-T3-Boilerplate
## Description
Every time i try to start a new project i have to setup the same things over and over again (and every time something decide to not work). So i decided to create a boilerplate for myself. This boilerplate is based on the [T3 Stack](https://t3.gg/) and uses [Next.js](https://nextjs.org/) as a frontend framework.## Features
- [x] [Next.js](https://nextjs.org/)
- [x] [Prisma](https://www.prisma.io/)
- [x] [Clerk](https://clerk.dev/)
- [x] [TRPC](https://trpc.io/)
- [x] [Stripe](https://stripe.com/)
- [x] [Tailwind CSS](https://tailwindcss.com/)
- [x] [ESLint](https://eslint.org/)
- [x] [Prettier](https://prettier.io/)## Getting Started
- I used bun as a package manager, but you can use npm or yarn if you want
- You need to have a Clerk account and a Stripe account
- You need to have a db setup (i used mysql hosted by PlanetScale)T3 Stack app with - Next.js 14 - Clerk Auth - TRPC - Stripe - Prisma