Hoppa till huvudinnehållet
Version: 10.x

Starterprojekt

Inofficiell Beta-översättning

Denna sida har översatts av PageTurner AI (beta). Inte officiellt godkänd av projektet. Hittade du ett fel? Rapportera problem →

Kom igång snabbt med ett av exempelprojekten! Kopiera kodsnutten från Snabbstart med create-next-app i listan nedan för att klona projektet.

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