[Front-end] Tự động reload browser khi đang code
Every time CSS comes up, front-end developers get all bored and worn out
Think about it: every time you change the CSS (or SCSS), you have to go back to the web browser and hit reload / F5 / Ctrl + F5
What if there were a way for the browser to reload automatically whenever the code changes?
This post shows you how to use Visual Studio Code together with NodeJs to get the page to reload automatically when the code changes


