Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 700 Bytes

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