Copyright 2025 Stefan Meisner Larsen
Licensed under the MIT License.
This is the source for the first post on dev.to about single page web applications in python and javascript
In the project root (or whereever you want) create a virtual environment
python3 -m venv .venv
Activate the the environment by sourcing activate script:
. .venv/bin/activate
Install dependencies including the optional from the "dev" section:
python -m pip install -e '.[dev]'
python src/single_page_python.py