Description:
Setting up a contact database reference application with Java8, Spring Boot, Hibernate to serve the the REST services on the backend. These services are secured with Spring Security.
The frontend consists of a one-page application using AngularJS.
Lees meer »
Categorie: AngularJS
Install Bower and Angular on development system
Create an angularJS project using bower
Instructions are followed from this video: https://www.youtube.com/watch?v=gKiaLSJW5xI
# npm install –global yo bower grunt-cli
# yo –version && bower –version && grunt –version
# npm install –global generator-angular@0.9.2
Lees meer »