Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

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

npm run dev        # starts next.js