Skip to content

Light2Dark/go-starter

Repository files navigation

GoLang Template

HTMX + Go + TailwindCSS + Templ

  • Comes with hot-reload
  • Uses slog for logging, tint for colorized logging

Installation

Run make commands to setup and start the server.

make setup          # Installs wgo, templ

make dev            # Start a server locally
make dev port=9000  # Start a server at a specific port

make build          # Build the binary