Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Frontend

  • 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.

Serving the application

(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