Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 384 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 384 Bytes

Golang htmx starter

This is a simple starter project for a web application using Golang and htmx.

clone the repository

git clone https://github.com/JubaerHossain/golang-htmx-starter

install dependencies

make install

run the project [development mode]

make dev

hot reload

alias air='$(go env GOPATH)/bin/air'
air