Ionic 3, Angular 4 and SQLite CRUD Offline Mobile App

November 21, 2017 ยท View on GitHub

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 Donate

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