Ich schreibe oft Anwendungen mit React for the Front und Go Language für API, also habe ich ein minimales Konfigurations-Repository erstellt
https://github.com/kosukeKK/simple-react-golang-app
Verfassung
├docker-compose.yml
├Web/
│ ├Dockerfile
│ └app/
└api/
├Dockerfile
└main.go
$ docker-compose up
Recommended Posts