You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2022. It is now read-only.
I'm trying to deploy the project and run on Apache server using ubuntu virtual instance. It's running on the default port number 3000. So I need to manually add the port number next to the domain url. I tried to modify the package.json file and changed the port number to 80 and executed. but it's running on the same default port number. Can I get solved this issue?
I'm trying to deploy the project and run on Apache server using ubuntu virtual instance. It's running on the default port number 3000. So I need to manually add the port number next to the domain url. I tried to modify the package.json file and changed the port number to 80 and executed. but it's running on the same default port number. Can I get solved this issue?