Navidrome UI with HATEOAS, go, templ, htmx, hyperscript
Go to file
2024-10-27 18:20:28 -05:00
db
public
src
.air.toml
.env.example
.gitignore
docker-compose.yml fix: remove unused db from docker compose file 2024-10-27 18:06:43 -05:00
Dockerfile fix: return to alpine 2024-10-27 18:17:22 -05:00
go.mod
go.sum
Jenkinsfile fix: golang version in jenkins 2024-10-27 18:20:28 -05:00
main.go
package.json
pnpm-lock.yaml
README.md
tailwind.config.cjs

Go fullstack template

Installation & Set Up

  1. Install the Go Programming Language
  2. Install Air by running:
go install github.com/air-verse/air@latest
  1. Install Templ by running:
go install github.com/a-h/templ/cmd/templ@latest
  1. Install Node.js
  2. Install Go deps with go mod tidy
  3. Install Node deps with npm install

VSCode setup

To best use this template install Go & Templ LSPs:

Neovim setup

You can install gopls and templ with Mason.

Running

Just run:

npm run dev

This will start 3 processes:

  • Tailwind watch
  • Air
  • Templ watch

Building

Compile the Go binary:

go build main.go

And ship it along the public folder