This is a Go program that serves a templating HTMX website.
None
- Open the
cmd
folder withcd ./cmd/
- Install dependencies by running
go get .
- Run the code with
go run .
. You should be able to access http://localhost:8000.
This is a Go program that serves a templating HTMX website.
None
cmd
folder with cd ./cmd/
go get .
go run .
. You should be able to access http://localhost:8000.