DEV Community

Discussion on: Are you using Docker for local development?

Collapse
 
thatblairguy profile image
That Blair Guy

Amen on the ease of on-boarding.

  1. Install docker
  2. clone the project from github
  3. docker-compose up

And that's it, the entire tech stack is ready to go.