htmx-playground/Justfile
2024-09-10 02:08:20 +02:00

8 lines
133 B
Makefile

run:
go run ./http-serve.go
get-htmx:
curl -O -lSSL https://unpkg.com/htmx.org@2.0.2/dist/htmx.min.js
clean:
rm -r .go