In this video, of the HTMX Go Todo List Application series, you'll learn how to set up routing withing a Go project, bundle HTMX into a JavaScript file with Vite, and render your first template with Go std library.
00:00 - Introduction
00:35 - Set up routing with Chi
02:36 - Install Prettier to format Go Templates
03:47 - Set up Vite bundling for HTMX
07:20 - Render template with Go Std Library
🖥️ Repository (Source Code)
https://github.com/webdevfuel/htmx-go...