[Solved] How to auto-reload the local website after saving.

Hello there I saw in most videos they just save the code and the webpage automatically reloads when you have like vs code on one side of your screen and the website opened locally on the other side if anyone knows how to do it it would save me a lot of time from refreshing the browser.
2 Replies
Jochem
Jochem2y ago
a build tool like vite will do that for you, but the easiest and quickest way is probably to just use VSCode's live server extension https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
Live Server - Visual Studio Marketplace
Extension for Visual Studio Code - Launch a development local Server with live reload feature for static & dynamic pages
Curious Wanderer
Thanks a lot, I wanted to know this.