Skip to content

ranjian0/frontpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My attempt at a pure python frontend

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python -m front

[I 210613 01:57:09 server:335] Serving on http://127.0.0.1:8000
[I 210613 01:57:09 handlers:62] Start watching changes
[I 210613 01:57:09 handlers:64] Start detecting changes

HTML is generated using dominate.

Javascript is generated using transcrypt.

Server and file watch with livereload.

DEMO

frontpydemo

About

Pure python web frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages