首页 > 其他 > 详细

学习 React Native -01 配置开发环境

时间:2016-05-28 18:53:17      阅读:139      评论:0      收藏:0      [点我收藏+]

一 开发条件

1. Homebrew

Homebrew, in order to install the required NodeJS, in addition to some recommended installs.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

 

2.Node

使用Homebrew去安装Node.

brew install node

 

3.React Native Command Line Tools

npm install -g react-native-cli

 

4.Watchman

Watchman is a tool by Facebook for watching changes in the filesystem. It is recommended you install it for better performance.

brew install watchman

 

5.Flow

 Flow, for static typechecking of your React Native code (when using Flow as part of your codebase).

brew install flow

 

学习 React Native -01 配置开发环境

原文:http://www.cnblogs.com/wangshuo1/p/5538002.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!