create-t3-nx
create-t3-nx copied to clipboard
Clean and simple starter repo that uses t3 stacks like NextJs, Tailwindcss, NextAuth, Prisma, tRPC and zod with Nx monorepo worksapces.
create-t3-nx
Create t3 nx is a starter template that enables you to use t3 stack in Nx monorepo.
Directory tree
This template has the following directory tree
.
├── .vscode - Recommended extensions and settings for VSCode users
├── apps/
│ └── nextjs - NextJs 13
└── libs/
├── db/
│ └── src/
│ └── lib - Prisma library to contain prisma schema and helper function
├── auth/
│ └── src/
│ └── lib - auth library for Nextauth helper function and authOptions config
├── api/
│ └── src/
│ └── lib - tRPC configuration and procedures
└── env-validator/
└── src/
└── lib - Runtime and build time environment variable validator with full type safety
References
The stack originates from create-t3-app.
Contributors