This turborepo uses pnpm as a package manager. It includes the following packages/apps:
Apps and Packages
web
: a Next 13 Next.js app.t3-app
: a T3 Stack project bootstrapped with create-t3-app.t3-drizzle
: a T3 Stack project bootstrapped with create-t3-app & Drizzle-orm.ui
: a stub React component library shared throughout the monorepo.utils
: shared utils throughout the monorepo.prisma-orm
: Prisma instence / client used throughout the monorepo.drizzle
: Drizzle-orm & drizzle-kit used throughout the monorepo.eslint-config-custom
: eslint
.tsconfig
: tsconfig.json
's used throughout the monorepo.Each package & app is 100% TypeScript.
Utilities
This turborepo has some additional tools already setup for you:
For git integration it has also:
Prerequisites