Code samples used in my Debugging JS YouTube video at https://youtu.be/-q1z8BPFItw
Install NodeJS if not already installed
- https://nodejs.org
- Open Command Prompt (Win) or Terminal (Mac)
- Run the following command:
npm install -g http-server
In Command Prompt/Terminal; navigate to the project folder "debugging-js-samples"
Next run http-server
- Open a browser to
http://127.0.0.1:8080