https://github.com/atrzaska/appserver
84
Simple Single Page Application server written in Go Gin that can forward API calls to some backend
/api/* to API_HOST env var.public folderpublic/index.html if no route is found.go get -u github.com/atrzaska/appserver
This will serve files from public folder
API_HOST=localhost:4000 appserver
You can also specify public folder
API_HOST=localhost:4000 appserver dist
MIT
Content type
Image
Digest
Size
7.9 MB
Last updated
about 4 years ago
docker pull andrzejtrzaska/appserver