htmgo/examples/minimal-htmgo
2025-07-03 19:08:02 +00:00
..
public remove assets dir 2024-11-21 07:51:49 -06:00
.gitignore Minimal htmgo (#84) 2024-11-21 07:27:22 -06:00
go.mod Auto-update HTMGO framework version 2025-07-03 19:08:02 +00:00
go.sum Auto-update HTMGO framework version 2025-07-03 19:08:02 +00:00
index.go remove from pages as its not needed 2024-11-21 07:29:51 -06:00
main.go remove assets dir 2024-11-21 07:51:49 -06:00
README.md Update README.md 2024-11-21 07:54:23 -06:00
render.go Minimal htmgo (#84) 2024-11-21 07:27:22 -06:00

Minimal example that just uses htmgo for html rendering / js support and nothing else.

Removes automatic support for:

  1. live reloading
  2. tailwind recompilation
  3. page/partial route registration
  4. Single binary (since /public/ assets is required to be there), normally htmgo uses the embedded file system in other examples such as https://github.com/maddalax/htmgo/blob/master/templates/starter/assets_prod.go