# f8app **Repository Path**: lckj/f8app ## Basic Information - **Project Name**: f8app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # F8 App 2017 This is the entire source code of the official [F8](https://fbf8.com/) app of 2017, available on [Google Play](https://play.google.com/store/apps/details?id=com.facebook.f8) and the [App Store](https://itunes.apple.com/us/app/f8/id853467066). ## How We Build It We've created a series of tutorials at http://makeitopen.com/ that explain how we built the app, and that dive into how we used React Native, Redux, Relay, GraphQL, and more. Check out how to set the app up for local development [here](http://makeitopen.com/docs/en/1-A1-local-setup.html)! # React-Native F8APP说明 ## 准备工作 由于facebook的PaserServer已经关闭了,不能连接了,所以我们需要一个备份的数据库,该数据库依赖于MongoDB,所以请先下载MongoDB [MongoDB下载地址](https://www.mongodb.com/download-center#community) [MongoDB安装教程](http://www.runoob.com/mongodb/mongodb-window-install.html) [MongoDB数据库文件](https://github.com/ReactWindows/f8app/blob/data/mongodb/db.zip) 下载数据库以后,解压到任意目录下(比如:D:\data\f8db),然后执行命令: mongod –storageEngine wiredTiger –dbpath D:\data\f8db 如果执行出错,找不到mongod命令时,需要配置环境变量,将MongoDB安装目录下的bin配置到环境变量的path中,退出重新运行cmd执行以上命令即可 Clone项目,依次执行以下命令: git clone https://gitee.com/lckj/f8app.git cd f8app npm install