We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6edf4e commit b75b46aCopy full SHA for b75b46a
README.md
@@ -13,12 +13,6 @@ https://docs.nativescript.org/setup/quick-setup
13
14
## Install dependencies
15
16
-```
17
-$ npm install -g gulp
18
19
-
20
-Then install the needed NPM packages:
21
22
```
23
$ cd nativescript-angular
24
$ npm install
@@ -40,20 +34,6 @@ $ tns run android
40
34
$ tns run ios
41
35
42
36
43
-## (Optional) Webpack bundling
44
45
-Install the webpack tool:
46
47
48
-$ npm install -g webpack
49
50
51
-Enable the webpack hook by setting the `WEBPACK_BUILD` environment variable. You can do it with a single command on OSX/Linux using:
52
53
54
-$ env WEBPACK_BUILD=1 tns run android
55
56
57
37
# Running the tests
58
38
59
39
Install NPM packages (use the local copy of `nativescript-angular`):
0 commit comments