Application code used for the Marc's Wiz Code demo
npm installThen to test built version:
node app.jsView in browser:
http://localhost:3000And to test built version in a container locally
docker build -t app-demo-wiz-code .
docker run -p 3000:3000 app-demo-wiz-codeView in browser:
http://localhost:3000