Skip to content

Commit f83c4b8

Browse files
committed
Merge pull request vczero#2 from DevSonw/patch-1
添加了在server 目录下的 npm install 操作。
2 parents 8ab8e62 + 0127f5b commit f83c4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ React-Native实战Simple App
3333

3434
####(2)安装启动程序
3535
(1)首先进入address_book目录安装node module;命令行:$ npm install
36-
(2)其次cd server,启动node数据接口服务,命令行: $ node app.js
36+
(2)其次cd server,命令行:$ npm install;然后启动node数据接口服务,命令行: $ node app.js
3737
(3)初次登录用户名:test@126.com 密码:123
3838

3939

0 commit comments

Comments
 (0)