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 全栈模板
- Host: GitHub
- URL: https://github.com/cycleccc/t3-fullstack
- Owner: cycleccc
- Created: 2025-01-23T07:57:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T08:59:44.000Z (over 1 year ago)
- Last Synced: 2025-03-21T06:29:04.206Z (about 1 year ago)
- Topics: antd, nextjs, prisma, tailwindcss, trpc
- Language: TypeScript
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.