nenjotsu / go-htmx

WIP - golang htmx with tailwindcss template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-htmx (WIP)

golang htmx with tailwindcss template

Getting started

Development

Note: You need to run in a separate terminal

$ air # to watch the go files
$ templ generate --watch # to generate view files

Production

$ go build -ldflags="-s -w" -o ./bin/main ./cmd/
$ # run the application
$ # ./bin/main 

About

WIP - golang htmx with tailwindcss template

License:MIT License


Languages

Language:Go 95.8%Language:CSS 4.2%