Last Updated: February 25, 2016
·
429
· bernatfortet

Chrome Debbuging

I am bulding a mobile app for Android. I have found out that one of the best ways to prototype it is by bulding it in HTML and quickly iterating on it.

Chrome Dev tools provides a killer workflow. Basically it allows to inspect a localhost on you machine through you mobile device. Here is how:
Official Chrome Developers Documentation on Remote Debugging"

Picture