# README
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