Created for Frontendalia 2016 presentation titled:
Sprytne debugowanie, czyli jak zostać Chrome DevTools Ninja
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.