Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 347 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 347 Bytes

Simple http server in Go

Goals
  • Serve as a basis for a containerized micro-frontend
Features
  • Copies files from the ./web directory to memory
  • Supports configuration through configs/app.yml
Installing
  • Install dependencies go get ./...
Running
  • Build executable go build cmd/app.go
  • Run the executable