We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbc856 commit 1054509Copy full SHA for 1054509
README.md
@@ -1,11 +1,10 @@
1
-# hello-world
2
-Hello-world project for Angular 2 with webpack
+# Hello-World
+Hello-world project for Angular 2 with webpack, example in this book “揭秘Angular 2”.
3
4
## Usage
5
6
- 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
+- Make sure you have node.js(> 4.0) installed
+- run `npm install` to install dependencies
+- run `npm start` to fire up dev server
11
- open browser to http://localhost:3000
0 commit comments