A base project for building angularjs apps. Starts you out with bootstrap, angularjs, jquery and select2.
Usage:
npm install
bower install
mvn -Pdev tomcat7:run
or
mvn -Pprod tomcat7:run (imports only .min files)
This will copy all of the neccesary files, and place them in the src/main/webapp directory so that tomcat can serve them (default port 8080)
You can watch for changes with 'gulp watch' (either in a seperate maven build or on the command line) which will watch your source directories for changes and copy your files over for rapid development