Back to Trpc

Step2

www/versioned_docs/version-10.x/landing-intro/Step2.md

11.16.0134 B
Original Source
ts
const { listen } = createHTTPServer({
  router: appRouter,
});

// The API will now be listening on port 3000!
listen(3000);