Skip to content

Boilerplate setup for building full stack web applications using Go, HTMX, echo, templ and tailwindcss

Notifications You must be signed in to change notification settings

edwincarlflores/go-htmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-htmx

Boilerplate setup for building full stack web applications with Go, HTMX, echo, templ & tailwindcss

Pre-requisites

  1. Go 1.20+
  2. templ CLI (https://templ.guide/quick-start/installation)
  3. air (https://github.com/cosmtrek/air)

Installing Tools

  1. Install templ (requires Go 1.20 or higher)
     go install github.com/a-h/templ/cmd/templ@latest
  2. Install air for hot reloading server on file changes
     go install github.com/cosmtrek/air@latest

Running

air

Go to localhost:8080

Deploying

This can be deployed as a normal Go application on any platform. There is a Dockerfile included for containerized deployments. A few suggestions where you can deploy this are in:

Built with

About

Boilerplate setup for building full stack web applications using Go, HTMX, echo, templ and tailwindcss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published