Skip to content

Satellite-im/Uplink-Desktop-CSS-Test-Bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uplink-Desktop CSS Test Bench

  • This project uses bottle which can be installed via pip or the bottle.py file can be used on its own.
  • You should be able to run python3 server.py, go to localhost:8080, and view your web page there. You can change the HTMl or CSS files, refresh the page, and see the changes instantly.

Rationale

  • Testing CSS changes on Uplink Desktop takes too long so this project aims to provide a testbench allowing fast iteration.
  • Last time someone tried Dioxus hot-reload, they found that the app recompiled with every change within the rsx! macro. Plus dioxus takes a long time to compile and link.

About

uses a web server for hot reloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published