AngularJS based SPA application. project is generated using Yeoman and build using grunt and bower.
- nodejs and npm
- npm modules grunt and bower
- app.js - angular app module and router configuration
- controllers.js - all the controllers used in the application
- services.js - factory using to access rest api
- views folder - all the views used in the application
- app.js constant value
REST_URLset the value to the spring-boot REST api url
*Run npm install and bower install
*Run grunt for building and grunt serve for preview.