This is trainig repository to get familiar with go + HTMX
for web development.
Styling is done via TaiwindCSS and daisyUI
Make sure you have Node installed. See instalation guide here
Make sure you have Golang installed. See instalation guide here
Install dependencies
npm install
Run DB
cd db
docker-compose up
Install air for hot-reload on go server
go install github.com/air-verse/air@latest
Run air in root directory
air
After building, application should be available on localhost:7070
Approach made by this process to enable TailwindCSS.
This only enables tailwindCSS without out of 3rd party libraries such as daisyUI