Categories
General Java NodeJS

How to create maven bower grunt angularjs project

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.

ask-osify-maven-bower-grunt-angular-page

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”

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.