FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

markikito/angular2-app: This repository is an example application for angular2 tutorial · GitHub

 
 

Repository files navigation

Angular2 Tutorial

This repository is an example application for angular2 tutorial.

Demo

  • Ahead-of-time compilation
  • Lazy Loading

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

Testing.

npm test

Production build.

npm run build:prod
npm run server:prod
open http://localhost:4200

Tutorial

Under construction...

Related Projects

Credits

License

MIT

Una herramienta para editar en markdown

About

This repository is an example application for angular2 tutorial

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL