This repository is an example application for angular2 tutorial.
Prepare backend app.
git clone https://github.com/springboot-angular2-tutorial/boot-app.git cd boot-app mvn spring-boot:run
Serve frontend app by webpack-dev-server.
npm install -g yarn yarn install yarn start open http://localhost:4200
Testing.
yarn test
Production build.
yarn run build yarn run server:prod open http://localhost:4200
Under construction...