Install http-server globally with Node.js
npm install -g http-server
Navigate to the folder containing the HTML files and run the following command
http-server
Install http-server globally with Node.js
npm install -g http-server
Navigate to the folder containing the HTML files and run the following command
http-server
Browse HTTP files on a local server