htmgo/examples/minimal-htmgo/README.md

9 lines
415 B
Markdown
Raw Normal View History

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
2024-11-21 13:54:23 +00:00
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