This template has been created for the Angular Connect Hackathon, hosted by Progress Software.
Be sure to check the announcement, rules and prices at ac-nativescript-hackathon.devpost.com.
Once you go through the quick setup of NativeScript, the template should get you started with a sample app using Kiva's API:
- First launch the app generator, pointing to this template
tns create my-kiva-app --template https://github.com/Appverse/nativescript-template-kiva
- Launch the setup script (it will just move some files around)
cd my-kiva-app
node app/setup.js
- Run
tns emulate ios
and/ortns emulate android
to make sure everything is in place and working - Start hacking!
You should check Kiva's guide to learn about the API.