We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76fc5d commit 5935cddCopy full SHA for 5935cdd
ng-sample/README.md
@@ -1,11 +1,8 @@
1
Getting the app to run:
2
3
-* npm install
4
-* tns platform add android
5
-* grunt app-full. (Make sure you set your NSDIST env var or pass modulesPath/typingsPath options)
+* `npm install`
+* `tns platform add android` | `tns platform add ios`
+* `grunt prepare` (run once to install tns-core-modules and angular2 packages)
6
7
Changing and testing the app:
8
-* grunt app
9
-* ./emulateAndroid.sh <avd>
10
-
11
-Protip: Use a single command like `grunt app && ./emulateAndroid.sh`
+* `tns run android` | `tns run ios`
0 commit comments