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