Using NPM Live Server

npm

I’ve had a lot of trouble with the VS Code LiveServer plugin lately—it frequently just stops working. So, instead use the NPM live-server module.

Install live-server globally

npm install live-server -g

Then run it from with a project folder like

live-server <folder name>