Skip to main content

How to view your code as a website

Now that you have added code to your index.html file, your website is now ready for the browser.

Using Live Server

In VSC you will need to install the Live Server Extension.

  • Once it is installed restart your VSC client.

  • Once you have restarted and reopened your file, right click in the editor and select "Open with Live Server". You can also use the Alt + L Alt + O hotkey

  • Now that you have Live Server online, you can make updates to your website, and not have to reset the file or the tab.