Spring Boot based sample project for the https://github.com/guylabs/angular-spring-data-rest Angular module. Feel free to adapt the sample and maybe create a pull request with your own sample. I would be happy about any contribution or any feedback.
First you need to have nodejs and the node plugin bower installed to be able to run the sample. Next execute the following commands inside a terminal and then open up a browser and connect to http://localhost:8080. (check that no other application is running on port 8080)
git clone https://github.com/guylabs/angular-spring-data-rest-sample.git
cd angular-spring-data-rest-sample
npm install
bower install
./gradlew run
git clone https://github.com/guylabs/angular-spring-data-rest-sample.git
cd angular-spring-data-rest-sample
npm install
bower install
gradlew.bat run
I used the following blog post as starting point to create the project with npm, bower and grunt:
This sample is available under the MIT license.
(c) All rights reserved Guy Brand