Skip to content

A modern web-application. This is a demonstration web app that use angular 4, bootstrap 4 and font awesome 4.7. The hero management from the official angular guide "Tour of Heroes" is implemented

Notifications You must be signed in to change notification settings

borchsenius/favorite-frameworks

Repository files navigation

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

About

A modern web-application. This is a demonstration web app that use angular 4, bootstrap 4 and font awesome 4.7. The hero management from the official angular guide "Tour of Heroes" is implemented

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages