Skip to content
Advertisement

Tag: express

How to redirect port for React production

I am trying to setup both Express.js and React.js apps on the same Ubuntu server. This is a VPS which runs Plesk Onyx where we have a lot of virtual hosts that run over port 80. To run them continuosly I have installed and ran forever, then these apps starts on ports 3000and 5000 (for instance). I executed commands: Neither

Advertisement