Skip to content

Example CRUD app written in Go + HTMX + Tailwind CSS

Notifications You must be signed in to change notification settings

Evoder15/go-htmx-tailwind-example

 
 

Repository files navigation

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

About

Example CRUD app written in Go + HTMX + Tailwind CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.7%
  • HTML 19.4%
  • Go 18.2%
  • Makefile 3.4%
  • Other 1.3%