Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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



A table of avatars from the project's contributors