Docker
In-Docker Development
However, when you are running a large project with multiple micro-services (multiple instances of this boilerplate), it can be handy to live edit your code while in Docker. For this, we have designed the Dockerfile.dev
to get you started.
Simply run make quick-start
to get up and running. To stop it, use Ctrl+C
.