It's never been easier to write web applications for mobile and I want to share some of the tools I use everyday that help me do so. ngrok ngrok is a tool used to create encrypted web tunnels to your computer in order to expose a local development server to the internet. While modern web browsers have "mobile mode" dev tools, they don't perform as well as actually using the app on your phone. My practice is to open the app on my phone and computer side by side, allowing me to make sure that t...