Application code used for the github wiz halftime demo
You will need gulp installed to build this
Once build run:
npm install -g gulp
Then to test built version:
gulp
node dist/app.js
View in browser:
http://localhost:3000
And to test built version in a container locally
gulp docker
View in browser:
http://localhost:3000