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