Template
1
0
Fork 0
A template using Go + Templates + HTMX
Find a file Use this template
2024-01-28 17:56:29 -07:00
.github/workflows Finished 2024-01-17 12:02:03 -07:00
api Echo! 2024-01-26 14:39:58 -07:00
content Finished 2024-01-17 12:02:03 -07:00
lib Updated to BunRouter 2024-01-24 11:22:33 -07:00
pages Echo! 2024-01-26 14:39:58 -07:00
public Used a modified TailwindCLI with DaisyUI 2024-01-28 17:51:56 -07:00
stylegen Deleted unused file 2024-01-28 17:53:46 -07:00
.air.toml Update tailwind.config.js and .air.toml, remove stylegen/package.json and modify base.css and main.go 2024-01-28 16:17:10 -07:00
.dockerignore Add stylegen to .dockerignore and remove unnecessary entry from .gitignore 2024-01-28 17:56:29 -07:00
.env.example Finished 2024-01-17 12:02:03 -07:00
.gitattributes Finished 2024-01-17 12:02:03 -07:00
.gitignore Add stylegen to .dockerignore and remove unnecessary entry from .gitignore 2024-01-28 17:56:29 -07:00
Dockerfile Finished 2024-01-17 12:02:03 -07:00
fly.toml Update 2024-01-17 12:14:05 -07:00
go.mod Echo! 2024-01-26 14:39:58 -07:00
go.sum Echo! 2024-01-26 14:39:58 -07:00
main.go Used a modified TailwindCLI with DaisyUI 2024-01-28 17:51:56 -07:00
README.md Update README.md 2024-01-26 15:21:34 -07:00

goth

GOTH Stack

Go + Templates + HTMX

Stack:

  • Backend: Golang + Echo
  • Rendering: Golang templates
  • Style: TailwindCSS + DaisyUI
  • Content format: Markdown

Requirements:

  • Bun (only to build styles)
  • Golang 1.21.6 or newer

Instructions:

  1. Run go get
  2. Duplicate the .env.example file and call it .env
  3. Fill out the .env values
  4. Run go install github.com/cosmtrek/air@latest to download Air for live reload
  5. Run air to start the dev server

Tests

Without Coverage: go test goth.stack/lib With Coverage: go test goth.stack/lib -cover