JEE7 web application with REST WS for CRUD operations in the backend and AngularJS in the frontend.
- yum install npm
- npm install -g yo
- npm install -g generator-angular
- npm install -g phantomjs
- npm install -g imagemin
- npm install grunt-connect-proxy --save-dev
- mvn wildfly:run #### launch JBoss Wildfly JEE application server(in port 8080) #### (or run the web application in your IDE)
- npm install
- bower install
- grunt serve
- mvn clean install
- mvn wildfly:deploy ###optional