Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endalk200/create-t3-nx
Clean and simple starter repo that uses t3 stacks like NextJs, Tailwindcss, NextAuth, Prisma, tRPC and zod with Nx monorepo worksapces.
https://github.com/endalk200/create-t3-nx
create-t3-app create-t3-nx create-t3-turbo nextauth nextjs nx prisma t3-stack tailwindcss trpc zod
Last synced: 4 months ago
JSON representation
Clean and simple starter repo that uses t3 stacks like NextJs, Tailwindcss, NextAuth, Prisma, tRPC and zod with Nx monorepo worksapces.
- Host: GitHub
- URL: https://github.com/endalk200/create-t3-nx
- Owner: endalk200
- Created: 2023-04-22T19:04:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T15:10:35.000Z (4 months ago)
- Last Synced: 2024-09-27T13:01:20.540Z (4 months ago)
- Topics: create-t3-app, create-t3-nx, create-t3-turbo, nextauth, nextjs, nx, prisma, t3-stack, tailwindcss, trpc, zod
- Language: TypeScript
- Homepage:
- Size: 187 KB
- Stars: 30
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-t3-nx
![screenshot](./docs/assets/screenshot.png)
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](https://github.com/t3-oss/create-t3-app).
## Contributors