Deploy a Project from github with front and back

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!

Hi @robmrivas , welcome to the Netlify Support Forums.

You have to run both applications separately and then connect both applications.

Kindly check the resources below on how to host a React application and an Express application.

Thanks.

@clarnx Thanks a lot! I’ll check them out to solve it!!
Thanks again!

1 Like