This example shows how you can make a typed query using a minimal implementation of tRPC following this as a reference
.
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
npm run dev # starts next.js