shvgn / gohtmx1

Played around with Go, htmx and bundling into single binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gohtmx1

This is a test of bundling htmx and Templ with (Tailwind and DaisyUI for CSS) into single binary written in Go.

Running

After builing and running, open http://localhost:3000

$ make all
$ ./app

Dev dependencies

  • go
  • bun
  • npm (browserlist)
  • make

About

Played around with Go, htmx and bundling into single binary


Languages

Language:Makefile 50.7%Language:Go 28.2%Language:Dockerfile 14.7%Language:JavaScript 4.7%Language:TypeScript 1.7%