2024-03-02 17:47:13 +00:00
2023-07-31 14:56:55 -04:00
2024-03-02 17:47:13 +00:00
2024-03-02 17:47:13 +00:00
2023-06-01 22:04:03 -04:00
2024-03-02 17:13:15 +00:00
2023-06-01 22:07:19 -04:00
2024-03-02 17:13:15 +00:00
2024-03-02 17:13:15 +00:00
2024-03-02 17:47:13 +00:00
2024-03-02 17:13:15 +00:00
2024-03-02 17:13:15 +00:00
2023-06-09 21:41:47 -04:00
2024-03-02 17:47:13 +00:00
2023-07-31 14:56:55 -04:00
2023-06-09 21:41:47 -04:00
2024-03-02 17:47:13 +00:00
2023-06-09 21:41:47 -04:00
2023-06-09 21:41:47 -04:00

go-htmx-tailwind-example

Example CRUD app written in Go + HTMX + Tailwind CSS

This project implements a pure dynamic web app with SPA-like features but without heavy complex Javascript or Go frameworks to keep up with. Just HTML/CSS + Go ❤️

screenshot

Develop

 Choose a make command to run

  init          initialize project (make init module=github.com/user/project)
  vet           vet code
  test          run unit tests
  build         build a binary
  dockerbuild   build project into a docker container image
  start         build and run local project
  css           build tailwindcss
  css-watch     watch build tailwindcss
Description
Example CRUD app written in Go + HTMX + Tailwind CSS
Readme 154 KiB
Languages
Go 51.7%
HTML 43.3%
Makefile 3.6%
Dockerfile 0.8%
JavaScript 0.6%