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.

The single file, app.js, contains all the application logic.

Serving The Application

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