Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 692 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 692 Bytes

NativeScript ACME Sample

The following repo is a Kinvey-powered NativeScript app that runs on the web, on iOS, and on Android.

Prerequisites

See the NativeScript code-sharing documentation for details on the requirements you need to run this sample.

Running your app: web

ng serve

Running your app: native

tns run ios --bundle

or

tns run android --bundle

More

You can read more about how to build and extend this app on the NativeScript code-sharing documentation.