Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 452 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 452 Bytes

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

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

npm run dev        # starts next.js