khcjump / angular4-docker-example

Efficiently Dockerized Angular CLI example app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Angular 4 App (with Angular CLI)

License: MIT

Build docker image

$ docker build -t myapp . 

Run the container

$ docker run -d -p 8080:80 myapp

The app will be available at http://localhost:8080

You can easily tweak the nginx config in nginx/default.conf

About

Efficiently Dockerized Angular CLI example app

License:MIT License


Languages

Language:TypeScript 72.9%Language:JavaScript 22.6%Language:HTML 3.6%Language:CSS 0.9%