Skip to content

concertcoder/leaky-ionic-app

Repository files navigation

Leaky Ionic App

Purpose

Problem

  • Try and find the 3 memory leaks in this application

Application Requirements

npm install -g cordova ionic
  • ios-sim
npm install -g ios-sim
  • gulp
npm install -g gulp

Install Instructions

Clone the repo

git clone https://github.com/concertcoder/leaky-ionic-app.git

Enter repo

cd leaky-ionic-app

Install node dependancies

npm install

Install bower dependancies

bower install

Setup IOS platform

ionic platform add ios

Run

Run IOS

ionic run ios

Run in browser

gulp serve

About

A tutorial on how to find memory leaks in an ionic angular application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages