Back to Trpc

Next.js Edge Runtime + tRPC

examples/next-edge-runtime/README.md

11.16.0511 B
Original Source

Next.js Edge Runtime + tRPC

This example is the same as next-minimal-starter, excepts that it uses the Next.js Edge Runtime using tRPC's fetch adapter.

Setup

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

Development

Start project

bash
npm run dev        # starts next.js