This project covers how to set up Express to deliver static files to the browser - we're talking HTML, JavaScript, CSS and images.
Assumption: you already have Node.js and npm installed
After cloning the repo run the following in the command line:
docker network create webproxy
docker-compose up -d