Back to Trpc

Next.js + tRPC

examples/next-minimal-starter/README.md

11.16.0451 B
Original Source

Next.js + tRPC

This example shows how you can make a typed query using a minimal implementation of tRPC following this as a reference.

Setup

bash
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-minimal-starter trpc-minimal-starter
cd trpc-minimal-starter
npm i
npm run dev

Development

Start project

bash
npm run dev        # starts next.js