In this example we create a simple standalone nodeJS server with tRPC and connect it to a vue frontend. It uses a single query procedure as well as a websocket based subscription
This example is a workspace in the use-trpc repo, so its dependencies npm installed when running npm i
at the root.
Then open two prompts and run the client and the server
npm run dev
npm start