Skip to content

Instantly share code, notes, and snippets.

@arlago
Created May 31, 2015 19:17
Show Gist options
  • Save arlago/632d5a977703c1bd3ba9 to your computer and use it in GitHub Desktop.
Save arlago/632d5a977703c1bd3ba9 to your computer and use it in GitHub Desktop.
Use Vorlon.js to debug Ionic App.
-> Install Vorlon to start the server.
npm i -g vorlon
-> Add vorlon on Ionic App index page.
With sessionid if exists several apps in the same server
<script src="http://vorlon_server_host:1337/vorlon.js?SESSIONID"></script>
Uses default sessionid when one app per server.
<script src="http://vorlon_server_host:1337/vorlon.js"></script>
-> Start Vorlon server
vorlon
-> Open server dashboard on browser, same pattern for sessionid.
http://vorlon_server_host:1337/dashboard
http://vorlon_server_host:1337/dashboard/sessionid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment