6 lines
111 B
Makefile
6 lines
111 B
Makefile
|
get-htmx:
|
||
|
curl -O -lSSL https://unpkg.com/htmx.org@2.0.2/dist/htmx.min.js
|
||
|
|
||
|
run:
|
||
|
go run ./http-serve.go
|