DEV Community

Discussion on: What OS do you use for development?

 
darrentmorgan profile image
darrentmorgan

If you are running through terminal, you would treat this as localhost (it's pretty much a virtual machine). I use vs code and I would recommend using the plugin for WSL2. You can connect to a remote host (your linux vm instance) and operate on it.

I've ran a number of different projects from it, django, node js, docker django etc.

Thread Thread
 
minhnnn profile image
minhnnn

thank you man, I think the problem is I run my project without docker or any other supporting software :)) and that is a very bad idea.