Skip to content

springboot-angular2-tutorial/angular2-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c15d7f · Mar 10, 2017
Jan 16, 2017
Dec 9, 2016
Dec 12, 2016
Mar 10, 2017
Nov 11, 2015
Nov 24, 2016
Jan 12, 2017
Dec 9, 2016
Nov 11, 2015
Dec 14, 2016
Nov 7, 2016
Mar 10, 2017
Oct 11, 2016
Oct 10, 2016
Dec 14, 2016
Dec 14, 2016
Nov 11, 2015
Mar 10, 2017

Repository files navigation

Angular2 Tutorial

Build Status Coverage Status

This repository is an example application for angular2 tutorial.

Demo

  • Ahead-of-time compilation
  • Lazy Loading
  • Preloading
  • CSS in JS by using Aphrodite
  • Hot module reload

Getting Started

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

Tutorial

Under construction...

Related Projects

Credits

License

MIT