Skip to content

guylabs/angular-spring-data-rest-sample

Repository files navigation

angular-spring-data-rest-sample

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.

Screenshot

How to start

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)

Mac OSX / Linux
git clone https://github.com/guylabs/angular-spring-data-rest-sample.git
cd angular-spring-data-rest-sample
npm install
bower install
./gradlew run
Windows
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

Acknowledgements

I used the following blog post as starting point to create the project with npm, bower and grunt:

License

This sample is available under the MIT license.

(c) All rights reserved Guy Brand