This project aims to be a good starting point for a java / maven / angularjs project.
NOTE: Deprecated.
It was a very fine and well used Proof of concept and I learned a lot from it. The blogs and articles resulting from this POC have been read by many people, but as all things go, this project is no longer a good source of information.
Use it as you see fit, but I do not recommend using it for real projects anymore.
check it out:
git clone https://github.com/IvoNet/java-angularjs-seed.git
- Firefox or Chrome
- npm
- nodejs
- JDK
- IDE
- bower
- PhantomJs or
brew install phantomjs
- Application Server or
brew install glassfish
mvn package
When running this command a couple of things happen:
- Bower install will be run
- JSLint will be run in src/main/javascript sources
- Javascript will be minified
- All the other standard maven phases.
See the article on DZone