This project was created to go along with this article

run the project

In the project directory, run:

  • npm run build
  • docker build -t nginx/test .
  • docker run --name="nginx-test-app" -p 8080:8080 nginx/test

Open up http://localhost:8080 to view it in the browser.