Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/webui-starter-go
https://github.com/qiuzhanghua/webui-starter-go
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/qiuzhanghua/webui-starter-go
- Owner: qiuzhanghua
- License: mit
- Created: 2024-02-29T22:57:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T05:03:14.000Z (9 months ago)
- Last Synced: 2024-03-02T01:49:59.744Z (9 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# webui starter for golang
## build
```bash
go get github.com/webui-dev/go-webui/v2/@2.4.1
./setup.sh# or
make once
``````bash
go build -ldflags -s -o bin/open-browser main.go
# -ldflags -s required for mac arm64
# or
make build
```## run
```bash
./bin/open-browser
# or
make run
```## Reference
- [webui](https://github.com/webui-dev/webui)
- [go-webui](https://github.com/webui-dev/go-webui)