This project is a basic clean starter that is still WIP. The idea is to have an usable Gleam, HTMX and Tailwind experience.
Use the following command to start your web page at http://localhost:8080
gleam run dev #with hot reload
gleam run #without hr, ideally for prod environments
This project looks similar to ad-ops/gleam-htmx, but my objective is to provide a different DX from it by using BBMustache's Templating HTML templating instead of Nakai's. And of course, add tailwind support.