Using Solito with Prisma and tRPC #148
-
Hello there, I am fiddling around with the Solito + TailwindCSS starter monorepo. After watching Fernandos talk on YouTube I was cruious about writing my app using the mentioned maximes. Since I had lots of success in previous projects with using tRPC in the past, I wanted to use it in my next project as well. After having a look at https://github.com/trpc/zart I was wondering if I could use tRPC with a Solito starter. However, it became clear to me that I am unsure on how I am going to integrate prisma with tRPC into my new Solito project. Therefore, I was wondering on which is the best way on using those techs in a new solido project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
can you try running |
Beta Was this translation helpful? Give feedback.
can you try running
yarn
from the root of the repo?