From 798d658f360255daa2b162f32d73fe6e27e264f1 Mon Sep 17 00:00:00 2001 From: plamen5kov Date: Tue, 10 Oct 2017 10:38:37 +0300 Subject: [PATCH] update demo instructions --- demo/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 demo/README.md diff --git a/demo/README.md b/demo/README.md new file mode 100644 index 0000000..165e1e6 --- /dev/null +++ b/demo/README.md @@ -0,0 +1,7 @@ +This NativeScript project demonstrates how the plugin works. +If you want to test it out on an emulator or a device you can follow the instructions below: + +* `git clone https://github.com/NativeScript/nativescript-angular.git` +* `cd nativescript-angular/demo` +* `npm run build.plugin && npm install` +* `tns run android` or `tns run ios` depending on the platform you want to test