This repo contains is fork of Ionic 2 Conference Application (https://github.com/driftyco/ionic-conference-app) with integrated Ionic Debug Console.
Look at app/app.ts and app/app.html how to add Ionic Debug Console to your project.
Install Node.js (5x with npm3 is better - https://nodejs.org/dist/latest-v5.x/).
Install Ionic 2 (details on http://ionicframework.com/docs/v2/getting-started/installation/):
$ npm install -g ionic@beta
Install dependencies:
$ npm install
For typescript checkout the typescript
branch
$ git checkout typescript
All integration code is in app/app.ts and app/app.html.
Run command for test app in browser:
$ ionic serve
In-app javascript console for Ionic 2 apps with remote error tracking.
https://github.com/lpikora/ionic-debug-console
Ionic Debug Console server with REST API for error tracking.
https://github.com/lpikora/ionic-debug-console-backend-api
User interface for Ionic Debug Console Server. Provide managing apps and displaying tracked logs and errors.
https://github.com/lpikora/ionic-debug-console-backend-ui
MIT © Lukas Pikora