arrow_upward
Best way to run local development environment?
#1
Hi all I'm a beginner in coding and in my company we currently have staging and production servers. What's the best practice to host a local dev environment? Should I use Docker? 

Thanks,
Vo Wawit



#2
Generally speaking, I run the development environment under Windows on my workstation (using Visual Studio & Eclipse asd my main tools). However, my advice would be to ask the company about their policy, they may have restrictions on what you're allowed to do.



#3
You would need to provide more info on what type of server they are running. Some servers are easier to run on local machines than others.