Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.13 KB

Angular2 Tutorial Build Status

This repository is an example application for angular2 tutorial.

Demo

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 typings webpack-dev-server rimraf webpack -g
npm install
npm start
open http://localhost:8080

Testing.

npm test

Tutorial

Under construction...

Related Projects

Credits

License

MIT