I created an AngularJS application with a yoman angular generator. Now I want to host it using Apache tomcat.
I already ran "grunt build" and had all my assets in the "dist" folder. Is there a way to create a .war file or can I just copy the files to a folder inside tomcat?
angularjs tomcat yeoman yeoman-generator-angular
Martin
source share