In getting up to speed with Angular 4 ssr, I'm not completely clear how to deploy this into production. With my current Angular app, I have a dist folder that I deploy to my NGINX server and all is well. This new implementation implies I need to run a node server, so not exactly sure how to deploy.
I'm using a universal seed project locally. Is the idea to upload the entire project to the production server and build and run there? Do I need to switch from NGINX to Node? Any help would be appreciated. thanks.
via Amanda K
No comments:
Post a Comment