COMP0034 Code for the Javascript lecture
- Clone the repository
- Add a venv
- Install the packages from requirements.txt
- Run the Flask app using
run.py
- The JavaScript code from the lecture slides can be found using the JavaScript examples menu link.
- The final code for the Flask examples is in
static/js/hn.js
. If you want to see the code at the start of each example then use the earlier versions, e.g.hn_1.js
,hn_2.js
etc. - To view the final code for the news page select the news link from the menu.
There are no exercises with this repository.