Preview your document with live-server
masterTo see changes in real-time as you edit your HTML/CSS, use live-server.
- Install live-server globally:
$ npm install --global live-server - Run the preview:
$ live-server your-document.html
This will open your document in the browser and automatically reload the page whenever changes are detected.
$ npm install --global live-server
$ live-server your-document.html