We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc95ff commit 4838e6bCopy full SHA for 4838e6b
README.md
@@ -45,10 +45,25 @@ $ grunt prepare
45
46
The latter installs the `angular2` and `tns-core-modules` packages that you just built by running `grunt prepare` step in the project root.
47
48
-## Compile the ng-sample app
+## Run the ng-sample app
49
50
```
51
-$ grunt app
+$ tns run android
52
+$ tns run ios
53
+```
54
+
55
+## (Optional) Webpack bundling
56
57
+Install the webpack tool:
58
59
60
+$ npm install -g webpack
61
62
63
+Enable the webpack hook by setting the `WEBPACK_BUILD` environment variable. You can do it with a single command on OSX/Linux using:
64
65
66
+$ env WEBPACK_BUILD=1 tns run android
67
68
69
# Developer workflow:
0 commit comments