In this video, of the HTMX Go Todo List Application series, you'll learn how to set up TailwindCSS with a Go template and run it in development mode alongside Vite.
00:00 - Install tailwind packages
00:32 - Initialize configuration file
00:52 - Add paths to template files
01:42 - Install and set up concurrently package
02:56 - Add tailwind directives to CSS file
03:44 - Add CSS file to base template
🖥️ Repository (Source Code)
https://github.com/webdevfuel/htmx-go...