/App3-SQLite-Example-1

An example of using SQLIte with Ionic

Primary LanguageTypeScript

An example of using SQLIte with Ionic

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