| .. | ||
| public | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| index.go | ||
| main.go | ||
| README.md | ||
| render.go | ||
Minimal example that just uses htmgo for html rendering / js support and nothing else.
Removes automatic support for:
- live reloading
- tailwind recompilation
- page/partial route registration
- 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