Skip to content

fabricadecodigo/IonicStorageExample

Repository files navigation

An example of using Ionic Storage

How to run this example

With the Ionic CLI:

Run the command below to install the dependencies

$ npm install

Then, to run it in Android

$ ionic cordova platform add android
$ ionic cordova run android

Or in iOS

$ ionic cordova platform add ios
$ ionic cordova run ios