Add Live Preview extension from Microsoft to Visual Studio
Open the root index.html and click on the right corner logo to open the Live Preview. Example Above
- try npm -v to see if npm is installed
apt-get update && apt-get install npm
for installing npm if it is not installed in yout machinenpm install
install npm dependencies in package.jsonnpm run
see the npm commands defined in package.jsonnpm run dev
execute dev command to run a developer server and open the url on the browser