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 clientnpm inpm run-script buildcd ..go build -o server main.go./server