Before being able to use this repository, you will need to build the bitgreen-lib for browser which is a required dependency. This can be done easily by running:
npm install
npm run build
You will find in the vendor folder the file index.js which index.html reference. This file handle a browserified version of bitgreen-lib aswell as some inner logic that you can find in "js/index.js".