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.
2 parents 8ab8e62 + 0127f5b commit f83c4b8Copy full SHA for f83c4b8
README.md
@@ -33,7 +33,7 @@ React-Native实战Simple App
33
34
####(2)安装启动程序
35
(1)首先进入address_book目录安装node module;命令行:$ npm install
36
- (2)其次cd server,启动node数据接口服务,命令行: $ node app.js
+ (2)其次cd server,命令行:$ npm install;然后启动node数据接口服务,命令行: $ node app.js
37
(3)初次登录用户名:test@126.com 密码:123
38
39
0 commit comments