/nativescript-template-kiva

Nativescript + Angular 2 template using Kiva's API as an example

Primary LanguageTypeScriptMIT LicenseMIT

NativeScript Hackathon: template #1 - Kiva API

Inroduction

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.

Getting started

Once you go through the quick setup of NativeScript, the template should get you started with a sample app using Kiva's API:

Scaffolding

  • 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/or tns emulate android to make sure everything is in place and working
  • Start hacking!

Helpers

You should check Kiva's guide to learn about the API.