I often write applications with react for the front and go language for api, so I made a repository with the minimum configuration
https://github.com/kosukeKK/simple-react-golang-app
Constitution
├docker-compose.yml
├Web/
│ ├Dockerfile
│ └app/
└api/
├Dockerfile
└main.go
$ docker-compose up
Recommended Posts