I just published an article on Webapp structure with maven, here I would like to add another structure with AngularJS project for my Quickstart series.
The first procedure is the same for maven that you need to read the previous article.
Install AngularJS Generator
npm install -g generator-angular
Generate AngularJS Webapp Structure
yo angular
Next, we need to adapt the pom.xml and Gruntfile.js, the same way as previous one.
Now I could have the structure of the maven project for AngularJS development as in this Github repo.
I will modify to use the frontend plugin to save more lines on maven soon.
One reply on “How to create maven bower grunt angularjs project”
That’s another source in github