sachinraja / trpc-playground

playground for running tRPC queries in the browser
MIT License
287 stars 19 forks source link

How to get Playground UI? #60

Open lanternlogic opened 3 hours ago

lanternlogic commented 3 hours ago

Hello,

I'm not sure if I'm missing something, but the readme doesnt do a particularly good job of informing how to view the playground. I used the Express Handler code, and I tried going to http://localhost:2021/trpc-playground from what i saw in the video, but nothing.

How do we access this??

lanternlogic commented 2 hours ago

ok i got it, ie http://localhost:3000/api/trpc-playground but it should definitely be better documented.