go pocketbase htmx templ tailwind template
https://tailwindcss.com/blog/standalone-cli
go install github.com/a-h/templ/cmd/templ@latest
go install github.com/cosmtrek/air@latest
go get
air
// watches for file changes and generates template files and builds css changestempl generate && ./tailwindcss -i tailwind.css -o ./public/css/tailwind.css && go build -o ./main .
public
folder and main
binary to a servermain serve --http=0.0.0.0:8080
docker build .
docker run -p 8080:8080
save these urls: