2024-10-20 14:40:33

Today – from my sick bed – I got a minimalist "live reload" added to my “PAT-stack” (PHP-AlpineJS-Tailwind) small-site-template.

github.com/rosswintle/small-si

This started off as a simple PHP static site generator. But now has some other stuff built in.

It's my perfect, low-dependency setup for simple static sites.

And now it has simple PHP and JS scripts for live reloading, using server-sent events:

developer.mozilla.org/en-US/do