码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-05-28 18:54:30      阅读:197      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!