ionic3-angular4-cordova-sqlite-example

An example offline app of Ionic 3, Angular 4, Cordova and SQLite

Stars
49

Ionic 3, Angular 4 and SQLite CRUD Offline Mobile App

This source code is part of Ionic 3, Angular 4 and SQLite CRUD Offline Mobile App tutorial.

If you think this source code is useful, it will be great if you just give it star or just buy me a cup of cofee

To run locally, do the following:

  • Clone this repository
  • Run npm install
  • Run ionic cordova platform rm android
  • Run ionic cordova platform add android
  • Run ionic cordova platform rm ios
  • Run ionic cordova platform add ios
  • RUn ionic cordova run ios or ionic cordova run android