qmaru / go-embed

go1.16 + react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-embed

Pack gin-gonic and create-react-app into a binary file.

Usage

  • go1.16+
  • create-react-app

After running the file, the system browser will be used to access the monitoring address.

cd web
yarn install
yarn build
cd ..
go build -o server main.go
./server 

About

go1.16 + react


Languages

Language:HTML 30.4%Language:TypeScript 25.5%Language:Go 25.2%Language:JavaScript 11.1%Language:CSS 7.8%