Friday 26 June 2020

How to set up a local development server?

My app has gotten to the point where it isn't feasible to rebuild everything on my desktop after making a tiny change (if I have VSCode running....).I have a laptop (running Ubuntu) that I'd like to use as a development server.My ideal setup is all of my code is hosted on a local network and every change i make on my desktop is automatically picked up by my laptop which then builds the project. I can then commit the local changes to git once ready.Wondering if anyone can point me in the right direction of how to get this set up?

Submitted June 27, 2020 at 12:39AM by nickkang1

No comments:

Post a Comment