Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 591 Bytes

Debugging JS Code Samples

Code samples used in my Debugging JS YouTube video at https://youtu.be/-q1z8BPFItw

Installation

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

Starting the local 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

Note: all samples will work without running a local server except the console.html which loads JSON data