Hello guys!
I’m trying to deploy a site that have in the same github repository the front end on a folder named client and the back end on a folder named server.
when i deploy it on my pc I have to open 2 terminals, one for each server to run.
I’m working with React and express if it helps somehow.
Can I say some way to netlify to run both servers? or I have to deploy 2 diferent sites and comunicate them?
Thanks!