goth-template
A template for the goth stack
Go + Htmx + Tailwind + DaisyUi + Templ
You have to install goose and sqlc respective cli to use goose and sqlc.
go install github.com/pressly/goose/v3/cmd/goose@latest
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
Of course you'll need the templ cli.
go install github.com/a-h/templ/cmd/templ@latest
git clone https://github.com/MKamelll/goth-template.git
cd goth-template
npm install
npm run dev
To run goose
npm run goose <Your Command>
To generate the go code from your sql files
npm run sqlc generate