Visual Studio Code

Visual Studio Code

IDE Visual Studio Code

I’ll be using Visual Studio Code with the Live Server extension to serve HTML files on localhost.

Another alternative to using the VS Code live server extension is to npm i -g http-server and open the server from the terminal with npx http-server.