跳至主内容
版本:11.x

入门项目

非官方测试版翻译

本页面由 PageTurner AI 翻译(测试版)。未经项目官方认可。 发现错误? 报告问题 →

快速上手示例项目!复制下方列表中 使用 create-next-app 快速开始 部分的代码片段即可克隆项目。

DescriptionURLLinks

Next.js starter with Prisma, E2E testing, & 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 example (zero-API, TypeScript, React).


Monorepo setup with React Native, Next.js, & Prisma



Quick start with git clone
git clone git@github.com:KATT/zart.git
n/a

Next.js TodoMVC-example with 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