Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 237 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 237 Bytes

A minimal React 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