This is an old revision of the document!
First, download the skeleton archive (.zip) and unzip it.
It has the following structure:
├── initial_design.html # initial HTML template ├── public/ │ ├── bootstrap/ # bootstrap sources │ ├── images/ │ └── style.css # main stylesheet ├── server.py # server-side application └── templates/ # Jinja templates
To test, open initial_design.html
in a browser. It should look similar to the following screenshot: