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
orionic cordova run android