Skip to content

Commit 1054509

Browse files
authored
docs(readme): update README.md
1 parent abbc856 commit 1054509

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# hello-world
2-
Hello-world project for Angular 2 with webpack
1+
# Hello-World
2+
Hello-world project for Angular 2 with webpack, example in this book “揭秘Angular 2”.
33

44
## Usage
55

66
- Clone or fork this repository
7-
- Make sure you have node.js(>V4.0.0) installed
8-
- run npm install -g webpack webpack-dev-server typescript to install global dependencies
9-
- run npm install to install dependencies
10-
- run npm start to fire up dev server
7+
- Make sure you have node.js(> 4.0) installed
8+
- run `npm install` to install dependencies
9+
- run `npm start` to fire up dev server
1110
- open browser to http://localhost:3000

0 commit comments

Comments
 (0)