A lightweight sample app demonstrating how to use Go, HTMX, and Tailwind CSS to create smooth skeleton screens for better user experience and perceived performance.
After clone, install the dependencies:
$ go mod download
To run the application in development mode execute:
$ go run ./cmd/app
And open http://localhost:3000
in your browser.