Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 487 Bytes

File metadata and controls

20 lines (11 loc) · 487 Bytes

NativeScript Angular 2 Mobile Application with the use of SQLite

This application is a simple address book in which you can add new contacts or just update it. Of course the contacts will be stored in database

If you want to download this project:

Open your command line:

$ git clone https://github.com/PosTrick/NativeScript-Angular2-SQLite-AddressBook.git

move into the folder

$ tns platform add ios $ tns platform add android

$ npm install

$ tns run ios ( $ tns emulate ios )