美文网首页
React Native搭建(windows)

React Native搭建(windows)

作者: jimdear | 来源:发表于2016-07-03 11:54 被阅读55次

##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(项目名称)

相关文章

网友评论

      本文标题:React Native搭建(windows)

      本文链接:https://www.haomeiwen.com/subject/lsxckttx.html