This is a ready-to-run quickstart project for templUI.
cp .env.example .env go mod tidy task devOpen http://localhost:7331 for templ live preview or http://localhost:8090 for the app.
If you want your own module path later, run:
go mod edit -module your/module/pathdocker build -t myapp . docker run -p 8090:8090 myapp