Hi guys, I followed the Quickstart Tutorial (Link <https://angular.io/docs/ts/latest/quickstart.html>) to create a simple angular 2 app. The app is working fine in the browser with a lite server started with "npm start".
As the project folder contains a systemjs.config.js file, I thought that I can now use that to just pack the app somehow and upload it to my webserver. Upload the project folder as is takes ages, as it contains > 10'000 files in the node module folders. Can anyone explain the basic steps to make an angular 2 project ready for a webserver? I know there a tools like webpack etc., but what would be the simplest solution for this quickstart project? Is angular/systemjs not offering something "out of the box"? I also tried the angular-cli with command "ng build --prod --aot" which made the app unusable by only producing errors :-( It would be great if anyone can explain in detail how this topic can be handled as it seems to be hard for me to find a way through :) Thanks a lot, Mike -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
