Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 370 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 370 Bytes

Go embed

This project embeds client web application to single golang binary. Same client files are served bu golang http server

Install Go 1.16 or later

Instructions are here as of this writing on 2021-02-01.

How to use

  1. cd client
  2. npm i
  3. npm run-script build
  4. cd ..
  5. go build -o server main.go
  6. ./server