live server in vscode | vscode extensions | npm package

Опубликовано: 08 Апрель 2026
на канале: Hero Code
949
5

if you want to use live server or want to see the output of codes without reloading, you have two ways :

1. you can use live server vscode extension :

✅ Extension download Link : https://marketplace.visualstudio.com/...

you should first download and install the live server extension

on the bottom bar will appear a go live button after you install the extension

If you want to use live server, you should click on go live button and you can see the output of codes without reloading.

2. you can use live server npm package :

open terminal.

type npm install live-server - g

live server will install

type live-server on the console to use live server npm package

if you want to stop it or do not want to use it, you should type Ctrl + C to stop it.

🔍 hashtags :

#programming

#nodejs

#npm