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

Latest commit

 

History

History
24 lines (15 loc) · 459 Bytes

File metadata and controls

24 lines (15 loc) · 459 Bytes

Code class: Debugging javascript with Chrome Devtools

Install

# clone repository
$ git clone git@bitbucket.org: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