We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be226c1 commit 75a880bCopy full SHA for 75a880b
README.md
@@ -6,6 +6,17 @@
6
7
> 这是一个模仿知乎界面的简单React demo。这个React demo能让你从零开始学习React,并逐渐掌握React。
8
9
+** 项目运行 **
10
+```javascript
11
+$ git clone https://github.com/tsrot/react-zhihu.git
12
+$ cd react-zhihu
13
+
14
+$ npm install
15
16
+$ bower install
17
18
+$ gulp server //用浏览器打开 localhost:5000
19
+```
20
21
22
## 搭建开发环境
package.json
@@ -17,6 +17,7 @@
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
+ "gulp-git": "^1.12.0",
"gulp-react": "^3.1.0",
"lodash": "^4.16.6",
23
"reactify": "^1.1.1"
0 commit comments