This project will demonstrate how we can build app using native script in both platform android/iOS
The app does the following:
- Login: User can login via emailId/password.
- Get All Address: It will list all the save contacts, having the option to add a new contact.
- Create new contact: User can add a new contact to his address book by filling detail.
- Install Visual Studio code Editor.
- Clone this sample repository
- Open Terminal, go to location of the repo
- Enter command for install dependencies 'npm install' (make sure to go inside project first). It will add required file in the Project.
AddressBook NativeScript
# Install dependencies
npm install
# Build for production
tns build <platform> --bundle
# Build, watch for changes and debug the application
tns debug <platform> --bundle
# Build, watch for changes and run the application
tns run <platform> --bundleAndroid Screenshots
IOS Screenshots
If you've found an error in this sample, please report an issue. You can also send your feedback and suggestions at [email protected]
Happy coding!





