This example how to start tRPC with TypeScript and JavaScript with React syntax sugar (jsx and tsx)
- Install packages in services and package
with npm
$ npm iwith yarn:
$ yarn - Start server and client and admin
yarn command:
$ yarn devnpm command:
$ npm run dev
