Good day everyone
How does one do web development locally, as opposed doing it directly on the website, a CodePen, or some other online editor that immediately reflects changes?
I have a bit of experience with web dev, mostly notably having completed the first two fCC certifications (HTML/CSS and JS) and having made a multi-page WordPress website (involving a lot of custom code), but all the coding Iβve done was done either directly on the website (i.e. editing the files in the file manager of the hosting provider, and sometimes in the WordPress interface), or on CodePen / the fCC editor.
How does you recreate the ability to see your website update visually as you update the code while programming in, for example, VSCode? More broadly, in what sort of environment do professional web developers tend to work? I would imagine the answer to both of these questions involves working locally using oneβs preferred IDE and runtime environment (e.g. NodeJS), but I really have no clue. I understand these might be very broad questions, but I would appreciate if someone could at least push me in the right direction.
Thank you!