Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 715 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 715 Bytes

Favorite Frameworks web app Build Status

This is a demonstration web app that use angular 4, bootstrap 4 and font awesome 4.7. The hero management from Tour of Heroes is implemented. Prerequisites npm, typescript and git.

$ npm install -g @angular/cli

$ git clone [email protected]:borchsenius/favorite-frameworks.git

$ cd demonstration

$ npm install

$ ng serve -open

Build a docker container with the favorite-frameworks and nginx

$ docker build -t favorite-frameworks . $ docker run -d -p 8080:80 favorite-frameworks