Angular-RU / universal-starter

Angular 9 Universal repo with many features

Home Page:https://ssr9.gorniv.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publish to server

hofa77 opened this issue · comments

Hi

How can I publish this angular universal to a windows server ?
thank you

copy server.js
copy dist
copy static (if use)
copy dist-server
node server.js

Thnaks
but it's listening on this url => listening on http://localhost:4000!

how can I change it to listen to a domain ?