Skip to content

joacod/go-htmx-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go + HTMX, playground

GitHub

Go TailwindCSS

👋 Introduction

Project created using Go, Echo, Templ, HTMX and Tailwind CSS

📋 Prerequisites

💻 Development

Generate templates:

If you modify any .templ file you need to generate the templates again.

templ generate

Tailwind CSS:

Start a watcher:

./tailwindcss -i css/input.css -o css/output.css --watch

Compile and minify your CSS for production:

./tailwindcss -i css/input.css -o css/output.css --minify

Run the development server:

go run /cmd/main.go

Open http://localhost:8080 with your browser to see the web.

☕️ Did you like the project?

You can colaborate with me giving a star ⭐️ to the project or

"Buy Me A Coffee"

Thanks! 😃

Releases

No releases published

Packages

No packages published