Well, I want to deploy the react-boilerplate project to my digital ocean vps server.
Command npm run start:production
runs the application by address http://XXX.XXX.XXX.XXX:3000/
.
I'm going to run the server without port like http://XXX.XXX.XXX.XXX
or http://my-domain.com
.
How can I set port or domain for production mode?