publish to server
hofa77 opened this issue · comments
hofa77 commented
Hi
How can I publish this angular universal to a windows server ?
thank you
Kravchenko Igor commented
copy server.js
copy dist
copy static
(if use)
copy dist-server
node server.js
hofa77 commented
Thnaks
but it's listening on this url => listening on http://localhost:4000!
how can I change it to listen to a domain ?
Vadim Zhamkov commented
@hofa77 https://stackoverflow.com/questions/5489956/how-could-others-on-a-local-network-access-my-nodejs-app-while-its-running-on
Read the node.js documentation.