跳至主要内容
版本:11.x

示例应用

注意

虽然可以使用任何列出的包管理器安装示例,但所有示例都配置为使用 pnpm 作为脚本运行器,因此请确保先 安装 它。

如果您希望使用 npmyarn,请确保更新生成的示例中相关的 package.json scripts 条目。


bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

create-t3-turbo - 带有 Expo 和 Turborepo 的 T3 堆栈

bash
git clone [email protected]:t3-oss/create-t3-turbo.git
bash
git clone [email protected]:t3-oss/create-t3-turbo.git

带有 Prisma、E2E 测试、ESLint、next-auth、WebSockets 和订阅的 Next.js 启动器

bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter

带有 SSG 和 Prisma 的 Next.js Todo MVC 示例

bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo

Node.js 中的最小(Hello world)服务器和客户端


Vanilla 独立服务器和 Node.js 过程调用


Express 服务器和 Node.js 过程调用


带有 WebSockets 和 Node.js 过程调用的 Fastify 服务器


带有 Prisma 的 SvelteKit


使用 Express 的以太坊身份验证登录

bash
git clone [email protected]:codingwithmanny/trpc-siwe-monorepo.git
bash
git clone [email protected]:codingwithmanny/trpc-siwe-monorepo.git

分离的后端和前端存储库