- Install Chrome Apps & Extensions Developer Tool
- You can load the whole repo as an unpacked extension
- Add the www folder to your workspace
- To be able to edit and save files within the Chrome dev console, map the browser's index.html file to the workspace www/index.html
- To avoid debugging libraries, go to Chrome Dev Console -> Settings -> Blackboxing and add
\.min\.js$
,/backbone\.js$
,jquery.js
and/angular\.js$