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

https://github.com/cycleccc/t3-fullstack

基于 next、tailwind、prisma、trpc、zod、jotai、antd、antd-pro 的 TS 全栈模板
https://github.com/cycleccc/t3-fullstack

antd nextjs prisma tailwindcss trpc

Last synced: about 2 months ago
JSON representation

基于 next、tailwind、prisma、trpc、zod、jotai、antd、antd-pro 的 TS 全栈模板

Awesome Lists containing this project

README

          

# 项目由来

This is a [T3 Stack]() project bootstrapped with `create-t3-app`.
该项目起源是公司内部的需要前端做全栈,所以用 [T3 Stack])(https://create.t3.gg/)模板基于通过 T3 创建,使用前沿的 TS 技术栈,如果你需要开发面向国内的中后台系统,使用本项目做为初始化模板是绝佳的选择。

## 技术栈

- [Next.js](https://nextjs.org)
next 是目前最流行的前端框架,有着相对易用的 SSR 能力以及开箱即用的 pages/api 结合 tRPC 实现快捷且安全的全栈能力
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [Drizzle](https://orm.drizzle.team)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)

## Learn More

To learn more about the [T3 Stack](https://create.t3.gg/), take a look at the following resources:

- [Documentation](https://create.t3.gg/)
- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available) — Check out these awesome tutorials

You can check out the [create-t3-app GitHub repository](https://github.com/t3-oss/create-t3-app) — your feedback and contributions are welcome!

## How do I deploy this?

Follow our deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.