Can you have strapi and react.js app on same server?

My developer mentions that you have to have strapi on different server then react.js app. Is it true and then have CI/CD setup? If you can have on the same server and just push it with git. Could someone send me a link for reference.

This topic has been created from a Discord post (1230518274874278019) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

You probably can have multiple ports <@437261043060834306> it’s a question of Server how you can export different/multiple ports from your server.

i recommended oracle servers. Install aapanel (free) and you can add strapi and node apps at same server

to push with git use github and “actions” with it you can automaticly push repo to server using ssh

Yes you can have an react app and strapi on the same server.

Im doing it on a ubuntu server with apache.

You can use workflows to ssh and pull, im using appleboy.