Navidrome UI with HATEOAS, go, templ, htmx, hyperscript
Go to file
2024-11-01 07:07:33 -05:00
db
public
src feat: hx-boost on album page search 2024-11-01 07:07:33 -05:00
.air.toml
.env.example
.gitignore
docker-compose.yml
Dockerfile
go.mod
go.sum
Jenkinsfile fix: just install templ every time with go 2024-10-27 18:38:48 -05:00
main.go
package.json
pnpm-lock.yaml
README.md
tailwind.config.mjs feat: dark mode for login page 2024-11-01 06:52:58 -05:00

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