In addition to downloading and installing Node.js, and @angular/cli and all the core angular frameworks, as Sander says, I suggest the following list, too.
Libs: - your UI library of choice (like Material Design -> then @angular/material and @angular/cdk, or bootstrap: ngx-bootstrap or ng-bootstrap, or maybe primeNG or similar), - you might like utilities libraries, such as moment.js, lodash etc, - domain-specific libs, or things like ng2-charts or similar, or maybe ngx-datatable, - take a look at this list: https://github.com/brillout/awesome-angular-components and take your picks Tools: - probably http-server or similar standalone web server to test production builds, if you need - tools such as gulp, webpack and your favorite plugins Docs: - angular docs (basically clone the angular/angular and angular/angular.io github repositories) - I would probably download the entire MDN docs, just to be sure (https://developer.mozilla.org/en-US/docs/MDN/About) - rxjs documentation - if you can, your UI library docs (e.g. Bootstrap docs). - any software and documentation specific to your project (maybe some hardware gadget, or some specific domain etc) Examples: - try to find an example open-source app or two that do similar things to what you will do. Looking at examples will be your stackoverflow. That would be a nice start. If you can access more docs later on (by fetching them to USB or something, then taking them offline), it would likely do. But if not, then reconsider the list above once more after detailed planning, if you can. But I gotta say, you presented a nice challenge there. That would be an interesting thing to try. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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.
