This is a minimal monorepo for Express.js as backend and React frontend with tRPC support. Which is can be used as a starting point for any express trpc react application, with prisma.
$ git clone https://github.com/laughface809/trpc-mongo
$ cd trpc-mongo
$ npm i --workspaces
# Only if using the Prisma ORM
$ npx prisma db push$ npm i --workspaces
$ npm run dev