##1.git配置
git 下载地址:https://git-for-windows.github.io/
git配置完成后可以clone React-native-cli了
1) 在命令行中进入你希望RN安装的目录
2) 输入git clone https://github.com/facebook/react-native.git
3) 进入刚刚目录下的react-native目录下的react-native-cli目录,输入npm install -g
##2.AndroidStudio下载
1.Androidstuido2.0以上版本
2.Genymotion虚拟机安装
##3.编辑器WebStorm搭建
1.WebStorm破解版
##4.安装Node
1.下载地址:https://nodejs.org/en/
##5.运行项目
进入你希望创建项目的目录后,输入react-native init AwesomeProject(项目名称)