- The frontend is written in AngularJS 1.4.8.
- Python 3 is needed to run a minimal web server, http.server.
- The single file, app.js, contains all the application logic.
(Please make sure that python3 is installed)
Serve the frontend:
cd frontend
python3 -m http.server
Then, open the application in your browser:
open http://localhost:8000/index.html