Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mvenin/angular2-app

 
 

Repository files navigation

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
npm install -g webpack webpack-dev-server karma-cli
npm run server
open http://localhost:8080

Testing.

npm test

Tutorial

Under construction...

Related Projects

Credits

License

MIT

About

This repository is an example application for angular2 tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.8%
  • HTML 9.5%
  • JavaScript 7.3%
  • CSS 1.1%
  • Shell 0.3%