Skip to content

Commit 5935cdd

Browse files
committedNov 27, 2015
Update ng-sample README
1 parent d76fc5d commit 5935cdd

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
 

‎ng-sample/README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
Getting the app to run:
22

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)
3+
* `npm install`
4+
* `tns platform add android` | `tns platform add ios`
5+
* `grunt prepare` (run once to install tns-core-modules and angular2 packages)
66

77
Changing and testing the app:
8-
* grunt app
9-
* ./emulateAndroid.sh <avd>
10-
11-
Protip: Use a single command like `grunt app && ./emulateAndroid.sh`
8+
* `tns run android` | `tns run ios`

0 commit comments

Comments
 (0)
Please sign in to comment.