Skip to main content
Version: 11.x

入门项目

快速开始使用示例项目之一!从下面列表中的 create-next-app 快速入门中复制代码片段以克隆项目。

¥Get started quickly with one of the sample projects! Copy the snippet from Quick start with create-next-app in the below list to clone the project.

描述URL链接

Next.js 入门程序,包含 Prisma、E2E 测试和 ESLint。

Quick start with create-next-app yarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

nextjs.trpc.io

zART-stack 示例(zero-API、 TypeScript、 React)。
使用 React Native、Next.js 和 Prisma

Quick start with git clone git clone git@github.com:KATT/zart.git
设置 Monorepo

不适用

Next.js TodoMVC-使用 SSG 和 Prisma 的示例。

Quick start with create-next-app yarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo

todomvc.trpc.io