Hi Rein, You don't need node or bower, or anything else then angular. <- That's a really big period! You don't even need a local copy of angular for that matter, just include it from an cdn and you are good to go. It is very easy to manage an angular app. Just include what you need, and you are good to go.
However, if you want to test your application you need some tools to run the tests. those tools rely on node. If you want to test (and you really should!!) you need NodeJS. Not because you need it for your app, but the test-suite is running on top of it. If your application is going to be bigger, you probably want to do some minimizing/optimizing. For this part there are lot of tools, and tool runners. most of those also need NodeJS. Regards Sander -- 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/groups/opt_out.
