I've been asked to create an Angular demo app that will run self-contained 
on a laptop.  It's a simple app that does not make any external calls.

To accomplish this I've created a Bash script that installs all of the 
dependencies and then runs these two commands:

open http://localhost:4200
npm start

This all works fine.

However, several people have suggested to me that I can actually run such a 
static Angular app without Node (note: "npm start" calls "ng serve").  
Conceptually I understand this but have yet to find a definitive 
explanation of how to do this.  If you know, could you share some insight?

Thank you,

Robert

-- 
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.

Reply via email to