I have created webpack config(using "webpack": "^5.88.2") for production mode and when i run npm/gulp build, its building the code. But, can someone help to share how to start the server in production mode using config with custom hostname (instead of localhost) and port no. What steps to follow? Any step/link to follow to achieve this?
I will deploy this app in Amazon AWS.