Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 469 Bytes

go-fullstack

A fullstack playground for integrating web technologies into Go

Requirements

  • Air - Hot reload project
  • Templ - HTML templating language
  • gopls - So the Templ LSP plugin works
go install github.com/air-verse/air@latest
go install github.com/a-h/templ/cmd/templ@latest
go install golang.org/x/tools/gopls@latest

Launching

Just invoke air from the project root.