AngularJS + Spring MVC with security - where to start? AngularJS + Spring MVC with security - where to start? angularjs angularjs

AngularJS + Spring MVC with security - where to start?


You can take a look at this open source Spring + AngularJS generator JHipster

Main site: http://jhipster.github.io/

quick slides: http://jhipster.github.io/presentation/#/


For BackEnd - Learn basic simple spring boot first and try with sample project..
For Frontend - Using Grunt and Yoeman, you can create angular project..Have a look at this site..
https://www.sitepoint.com/kickstart-your-angularjs-development-with-yeoman-grunt-and-bower/

Configure backend port in gruntfile.js..Now You can start working on both front end and backend independently..