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 ba70423 commit a31d953Copy full SHA for a31d953
README.md
@@ -4,18 +4,21 @@
4
# Angular 2.0 Sample App
5
6
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.
8
9
## Tags
10
* Angular 2.0
11
* TypeScript
12
* ECMAScript 6 Standard
13
* Webpack
14
+* Gulp
15
16
# Getting Started
17
## Dependencies
18
What is needed to run this app:
19
* `node`
20
* `npm`
21
+* `gulp`
22
23
Install the following node modules
24
* `webpack` (`npm install -g webpack`)
@@ -52,6 +55,10 @@ $ webpack
52
55
```bash
53
56
$ webpack --watch
54
57
```
58
+### Webpack Dev Server and Watch and build files
59
+```bash
60
+$ gulp serve
61
+```
62
63
### run tests
64
0 commit comments