I need to BUILD my app using ng build --prod
on machine #1 and to SERVE my app using ng serve --prod
on machine #2
Machine #2 should NOT have the source files and has not the processing/RAM capacity to bundle them anyway.
I can't find a way to serve the already bundled files.
Any idea ?