Watch the video and follow along with the written guide
When working on your project such as a basic static site (not applicable for frameworks) you will likely be spinning up a live version in your local browser window. You may even find that you are having to click the Refresh button every time you need to make an update. Thankfully there is a tool called Live Server that you can install to enable automatic updates so you don’t need to constantly hit refresh.
It is that easy! Now you and I won’t forget how to do that.
Write, run, and test your code in real-time