Skip to content

Commit b75b46a

Browse files
committed
Update README
1 parent b6edf4e commit b75b46a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ https://docs.nativescript.org/setup/quick-setup
1313

1414
## Install dependencies
1515

16-
```
17-
$ npm install -g gulp
18-
```
19-
20-
Then install the needed NPM packages:
21-
2216
```
2317
$ cd nativescript-angular
2418
$ npm install
@@ -40,20 +34,6 @@ $ tns run android
4034
$ tns run ios
4135
```
4236

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-
5737
# Running the tests
5838

5939
Install NPM packages (use the local copy of `nativescript-angular`):

0 commit comments

Comments
 (0)