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)
node
andnpm
webpack
(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 install
to install all dependenciestypings install
to install necessary typings
npm start
then 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