The frontend is written in AngularJS 1.4.8.
The single file, app.js, contains all the application logic.
The simplest way to serve the frontend is like so:
$ cd frontend
$ python -m SimpleHTTPServer
Then, open the application in your browser:
http://localhost:8000/index.html