Back to Trpc

A minimal working tRPC example

examples/lazy-load/README.md

11.16.0230 B
Original Source

A minimal working tRPC example

Requires node 18 (for global fetch).

Playing around

npm i
npm run dev

Try editing the ts files to see the type checking in action :)

Building

npm run build
npm run start