Project created using Go, Echo, Templ, HTMX and Tailwind CSS
- Install Go and Templ.
- Download Tailwind CSS standalone cli, and copy it in the root folder.
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.
You can colaborate with me giving a star ⭐️ to the project or
Thanks! 😃