htmx-playground/Justfile

9 lines
133 B
Makefile
Raw Normal View History

2024-09-10 02:08:20 +02:00
run:
go run ./http-serve.go
2024-09-10 02:07:53 +02:00
get-htmx:
curl -O -lSSL https://unpkg.com/htmx.org@2.0.2/dist/htmx.min.js
2024-09-10 02:08:20 +02:00
clean:
rm -r .go