react-native環境インストール

681 ワード

HomeBrewのインストール
Nodeをインストール
brew install node
Yarn,react-nativeのコマンドラインツールYarnはFacebookが提供するnpmの代わりのツールであり,nodeモジュールのダウンロードを加速することができる.React Nativeのコマンドラインツールは、作成、初期化、更新、パッケージサービスの実行などのタスクを実行します.
npm install -g yarn react-native-cli
よく使うjsバージョンツール
brew install watchman flow git gcc pkg-config cairo libpng jpeg gitlib mongodb
Nodejsのバージョン管理ツールnvmインストール
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
設置(oh my zsh)を選択します.
brew install wget
wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh