2
I am developing an application in Angular 2 using Webpack.
My doubts are, after I build for production:
- I can run this app without the Nodejs ?
- I can run the app Angular 2 no server, right in the browser ?
- If I need to use some server, I can use others like the Tomcat ?
Yes, yes and yes. At the moment you generate the build it gives you an index.html and the rest in javascript :)
– Lucas Bertollo