Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

voorhoede/code-class-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code class: Debugging javascript with Chrome Devtools

Install

# clone repository
$ git clone [email protected]:voorhoede/code-class-debug.git

# go inside
$ cd code-class-debug

# install dependencies
$ npm install

# start development and dev server. http://localhost:3000
$ npm start

Debug!

More on the subject of debugging:

this article from google