/WP-NativeScript

NativeScript boilerplate for communicating with WordPress API

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

WP NativeScript

NativeScript boilerplate for communicating with WordPress API

Description

This is a small boilerplate of NativeScript application that I will be using in mobile app projects that need communicating with WordPress API. It's also a good starting point to learn basics of NativeScript application development and communication with WordPress API.

This is still in development, but you are free to use it in your project. Contributions are also most welcomed! :)

Running up

  1. npm install
  2. tns platform add ios or tns platform add android
  3. tns run android or tns run ios

License