Skip to content

stefanmeisner/single_page_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Page Application in Python

Copyright 2025 Stefan Meisner Larsen
Licensed under the MIT License.

Introduction

This is the source for the first post on dev.to about single page web applications in python and javascript

Create a virtual environment

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

Install dependencies including the optional from the "dev" section:

python -m pip install -e '.[dev]'

Run code

python src/single_page_python.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published