Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.64 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.64 KB

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! 😃