Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 739 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 739 Bytes

Chrome Devtools presentation

Created for Frontendalia 2016 presentation titled:

Sprytne debugowanie, czyli jak zostać Chrome DevTools Ninja

How to make it work?

Just install Node.js and use those commands:

npm install
node node_modules/http-server/bin/http-server

After that you will have a running HTTTP server and you can go to localhost:8080. If you want to edit SCSS files you need to handle compilation by your own.

Bibliography