Make local server reload code after changes
I have files index.html and style.css I want to test using a local server, which I do by running python -m http.server. If I make a change to file style.css (i.e. a file that is not index.html), then when I reload the page I’d like to see the corresponding update. When this actually happens, on… Read More Make local server reload code after changes