154 sats \ 1 reply \ @ch0k1 6 Mar \ parent \ on: Share your favorite local project dev environments or resources devs
Listing all the three options you have (and outlining their pros and cons) in terms of setting up a common local environment:
- Using your machine as a host and installing everything on it (not recommended);
- Using virtual machines with Vagrant
- Using Containers with Docker
In my experience, the Docker containerization is the best and most lightweight solution for running a predefined environment locally.
Other option (more expensive) might be to use cloud services as an remote development environment using terraforms for their quick setup and orchestration.
reply