An open API service indexing awesome lists of open source software.

https://github.com/rongfengliang/statik-web-demo

statik-web-demo
https://github.com/rongfengliang/statik-web-demo

golang statik web-resources

Last synced: about 1 month ago
JSON representation

statik-web-demo

Awesome Lists containing this project

README

          

# statik Embed static resource for golang application

## How to Run(local)

* install statik

```code
go get github.com/rakyll/statik
```

* generate code

```code
statik -src=./ui

or:

go generate

```

* build

```code
go build -o webui .
```

## With docker

* build

```code
docker-compose build
```

* run

```code
dokcer-compose up -d
```