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 i
with yarn:
$ yarn
- Start server and client and admin
yarn command:
$ yarn dev
npm command:
$ npm run dev