I'm developing an Angular 2 application using Webpack .
My doubts are, once you build for production:
- Can I run this app without the NodeJS ?
- Can I run the Angular 2 app without any server, right in the browser?
- If you need to use any server, can I use others like TomCat ?