Express & React Boilerplate(MUI) to use for all typescript/node project as full stack solution containing typesafety with the use of trpc as the api layer to minimize the unnecessary type definition and back and forth between server and client code
Install on development for both server and client
yarn
yarn dev
Install on production for both server and client
yarn
yarn build