#5 JavaScript Tutorial | VS code Theme & Live Server Plugin Setup




In this video, we will setup up our Visual Studio Code text editor with some basic themes and more importantly we will setup a new plugin/extension known as Live Server by Ritwick Dey.
This extension creates a local server on the system and runs in the background to constantly check for changes that you perform on your HTML/JS/CSS files and immediately updates those changes in the browser output. This makes it easy to see the live changes happening and we dont have to save the files(provided auto save is on) and refresh the browser to view the changes.

Original source


21 responses to “#5 JavaScript Tutorial | VS code Theme & Live Server Plugin Setup”

  1. Hello
    i have install live server the go live feature is not showing my visual Code.

    Open VS Code -> go to file –> open folder

    now navigate to your folder where your code is and select that folder. then you'll see your folder added and inside that folder you will have your HTML and JS files. now click on those files and see if the Live Server option is available or not.

    i have follow above steps but unable to show my html file & go live server

    please let me know how can i get live server option.

Leave a Reply