Skip to content

Commit 65cd2fe

Browse files
committed
Update README.md
1 parent c6f944e commit 65cd2fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@
44
# Angular 2.0 Sample App
55

66
Angular 2.0 Sample App using Typescript as a ECMAScript 6 standard and invoking webpack as a module bundler.
7+
Gulp is included in the stack to wrap Webpack and any other required task automation processes.
78

89
## Tags
910
* Angular 2.0
1011
* TypeScript
1112
* ECMAScript 6 Standard
1213
* Webpack
14+
* Gulp
1315

1416
# Getting Started
1517
## Dependencies
1618
What is needed to run this app:
1719
* `node`
1820
* `npm`
21+
* `gulp`
1922

2023
Install the following node modules
2124
* `webpack` (`npm install -g webpack`)
@@ -52,6 +55,10 @@ $ webpack
5255
```bash
5356
$ webpack --watch
5457
```
58+
### Webpack Dev Server and Watch and build files
59+
```bash
60+
$ gulp serve
61+
```
5562

5663
### run tests
5764
```bash

0 commit comments

Comments
 (0)