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
$ docker build -t favorite-frameworks . $ docker run -d -p 8080:80 favorite-frameworks