flowerinthenight / golang-monorepo

An example of a golang-based monorepo.
MIT License
386 stars 37 forks source link

how to build and run locally instead of in Docker? #6

Closed ehartford closed 2 years ago

ehartford commented 2 years ago

I want to build and run local instead of in Docker, how can I do that?

flowerinthenight commented 2 years ago

You can go to the folder of the service and run make. If you don't want to use the Makefile, you can also run go build.