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...