T
tRPC

is there a simple boilerplate that has everything ready to deploy?

is there a simple boilerplate that has everything ready to deploy?

IAAI am a Dev9/28/2023
For example nodemon, reading the port for .env, etc. (I don't know if that's how it is haha) I use turborepo, so can be an internal package. But I want to see how the project configuration looks for the deploy. It's the first time I am creating a server, for now it will be deployed on a PC on an intranet. It's just a server to everyone in the intranet can access and modify a json file. Thanks
AKAlex / KATT 🐱9/28/2023
https://trpc.io/docs/example-apps some of them have a render.yaml already for deployment on render.com and some are deployed on vercel as-is

Looking for more? Join the community!

T
tRPC

is there a simple boilerplate that has everything ready to deploy?

Join Server