Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lionyxml/htmx-go-lab

A simple htmx + go laboratory project
https://github.com/lionyxml/htmx-go-lab

Last synced: about 1 month ago
JSON representation

A simple htmx + go laboratory project

Awesome Lists containing this project

README

        

# htmx-go-lab
A simple htmx + go laboratory project

---

Build it with:
```bash
go build -o tmp/main ./cmd/main.go
```

Run with:
```bash
go run ./cmd
```

or

Install `air` globally and run it with:
```bash
air
```