Is there a tutorial somewhere on how to set up a dev environment?
I'm on windows 10.
I know I can install npm/mongo locally and start developing that way, but I understand a lot of people use docker. How would I go about using docker for development? I saw the official docker as well as the one by @ben-lubar, but it didn't seem to come with mongo, nor did I see any volumes that I can mount as local folders to do development.
I know a lot of this is probably me just being a docker n00b, but I was hoping there was an easy to follow tutorial somewhere.