A full stack starter go project using HTMX + Hyperscript + Pico.css with browser hot reloading and live reloading
Quick Start
Assuming you have go and gow installed you can simply do the following:
Click 'Use this template' button above or click here
Clone your repo
Run ./dev.sh
Preview
Options
--port: specficy the port to run on
Motivation
There are quite a hodge podge of starter templates for the HTMX stack however most of them were very opinionated on frontend frameworks and many even leveraged the npm eco system which felt yucky to me.
Dependencies
Go
Gow (for live reload of .go code, browser code will still hot reload without gow)