I am trying to run an angular project in the server using centos. It is complied successfully but working in browse when I try with my ip and port number.
I have no idea with deploying in the server, i tried to research but couldn't find anything related to this.
I started the project with the below command
ng serve --port 4000 --host 0.0.0.0 --disableHostCheck
I just need to view it in the browser just let me know if there is some solution like where i have to re-route it to correct port with some way or something