File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 33React-Native实战Simple App
44
55###一、基于React-Native & Node通讯录App
6- 主要完成的功能有:
6+ ####(1) 主要完成的功能有:
77
88+ 基于文件系统的Node.js服务端;
99+ 通讯录功能(分类页 + 列表页 + 拨号邮箱邮件)
@@ -31,12 +31,26 @@ React-Native实战Simple App
3131 <img src="pic/address_book/webview.png">
3232</div >
3333
34- ####Tip:
34+ ####(2)安装启动程序
35+ (1)首先进入address_book目录安装node module;命令行:$ npm install
36+ (2)其次cd server,启动node数据接口服务,命令行: $ node app.js
37+ (3)初次登录用户名: test @126.com 密码:123
38+
39+
40+ ####(3)Tip:
3541 (1)为了演示,代码有些粗糙;
3642 (2)服务端也不是很完善,为了方便快速搭建,使用的是基于node的文件服务。
37- TODO:
43+ (3)oschina会同步更新改项目:https://git.oschina.net/vczero/React-Native-App
44+ (4)相关入门教程:https://github.com/vczero/react-native-lession
45+ TODO:
3846
3947+ 基于第三方数据构建美食App
4048+ 基于LBS的App
4149
4250
51+
52+
53+
54+
55+
56+
You can’t perform that action at this time.
0 commit comments