| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 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
Under construction...
| Back | FazBrowse Home | New Git URL |