Saltar al contenido principal
Versión: 9.x

Proyectos de Inicio

Traducción Beta No Oficial

Esta página fue traducida por PageTurner AI (beta). No está respaldada oficialmente por el proyecto. ¿Encontraste un error? Reportar problema →

¡Comienza rápidamente con uno de los proyectos de ejemplo! Copia el fragmento de Inicio rápido con create-next-app en la lista inferior para clonar el proyecto.

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