Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 352 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 352 Bytes

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