Navidrome UI with HATEOAS, go, templ, htmx, hyperscript
Go to file
2024-10-06 21:17:34 -05:00
docker fix: jenkinsfile 2024-10-06 20:45:54 -05:00
public Init 2024-10-06 20:21:13 -05:00
src Init 2024-10-06 20:21:13 -05:00
.air.toml Init 2024-10-06 20:21:13 -05:00
.env.example Init 2024-10-06 20:21:13 -05:00
.gitignore Init 2024-10-06 20:21:13 -05:00
go.mod Init 2024-10-06 20:21:13 -05:00
go.sum Init 2024-10-06 20:21:13 -05:00
Jenkinsfile fix: jenkinsfile, again 2024-10-06 21:17:34 -05:00
main.go Init 2024-10-06 20:21:13 -05:00
package.json Init 2024-10-06 20:21:13 -05:00
pnpm-lock.yaml Init 2024-10-06 20:21:13 -05:00
README.md Init 2024-10-06 20:21:13 -05:00
tailwind.config.cjs Init 2024-10-06 20:21:13 -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