This project embeds client web application to single golang binary. Same client files are served bu golang http server
Instructions are here as of this writing on 2021-02-01.
cd client
npm i
npm run-script build
cd ..
go build -o server main.go
./server