AngularDockerized

Demo repo showing how to Dockerize a Angular app and run as a static website using NGINX.

Dependencies

Make sure you have the following installed:

Installation and running locally

npm install
npm run start

Building and running in Docker

docker-compose up -d