Skip to content

Latest commit

 

History

History
executable file
·
9 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

executable file
·
9 lines (7 loc) · 328 Bytes

This is an example to preview how the DX is when making a big router with tRPC v10.

It has a postinstall-script that generates 700 procedures (which you can modify in scripts/codegen.ts).

git clone [email protected]:trpc/examples-v10-next-big-router.git
cd examples-v10-next-big-router
yarn && code . && yarn dev