Hi Trevor. You know that Angular2 is not even in beta? its still alpha release. Anyway, you dont need to install anything. Its a library just like jquery. The angular library is hosted on Google like jquery, and there is a lite version of jquery inside angular. Here is a very simple webapp : http://www.w3schools.com/angular/angular_application.asp, just fire it up on any server.
For you question: an angular app for windows 10, you mean universal app, "for" or "on"? You can find many tutorials for windows, both angular, typescript and so on at microsoft academy. https://mva.microsoft.com/en-US/training-courses/developing-universal-windows-apps-with-html-and-javascript-jump-start-8344?l=qWp1uOEz_3204984382 You can use Node.js as a webserver, also combining it with jasmine.js for testing. I recommend you wait with that part until you have read more about angular itself. //Bille www.elitenet.dk On Monday, November 16, 2015 at 6:39:26 PM UTC+1, Trevor Hawes wrote: > > Is there anywhere a simple step by step how-to to tell us what needs to be > installed (and to which folder) , what to run and where to save things etc, > which IDE to use and how, step-by-step to build a simple app in angular2 on > windows (10)? > > The docs on https://angular.io/docs/js/latest/quickstart.html etc are not > at all helpful as they dont tell us which folder to install in and where to > get everything from and doesnt seem to be referring to windows. We cant > even get started without a very ultra-simple beginners guide as all this is > totally new. (Never used node, npm, git, angular etc and come from a JS, > HTML, CSS , PHP, MySQL background) > > > -- You received this message because you are subscribed to the Google Groups "AngularJS" 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
