Sample application using angular2 (front-end) and spring-boot (back-end rest api).
Application created with Angular2 Webpack Starter (https://github.com/AngularClass/angular2-webpack-starter)
nodeandnpmwebpack(npm install --global webpack)webpack-dev-server(npm install --global webpack-dev-server)karma(npm install --global karma-cli)protractor(npm install --global protractor)typings(npm install --global typings)typescript(npm install --global typescript)
npm installto install all dependenciestypings installto install necessary typings
npm startthen access http://localhost:3000
npm run test
npm run e2e
You can clone the back-end app here: https://github.com/rafaelhz/pets-springboot-rest-api.git