Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 531 Bytes

This is a example showcasing basic CURD operations of SQLite in Ionic 3

To run the code

1)Checkout the code to local machine.

2)Install dependencies using the following command

          npm install

3)To run the app on browser use the blow command

          ionic serve

4)To run the app on an Android device enable debugger and connect to the system make sure you have ABD installed in your system and use the below command

          ionic cordova run android --device