"맥OS 리액트 네이티브 개발환경 구성"의 두 판 사이의 차이

4번째 줄: 4번째 줄:
* [[xcode 설치]]
* [[xcode 설치]]
* [[Android Studio 설치]]
* [[Android Studio 설치]]
* [[homebrew 설치]]
* homebrew, node(+npm), yarn, watchman, react-native-cli 설치
<source lang='bash'>
<source lang='bash'>
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node
brew install yarn
brew install watchman
npm install -g react-native-cli
</source>
</source>
* node(+npm), yarn, watchman 설치
<source lang=


==같이 보기==
==같이 보기==

2017년 4월 24일 (월) 13:50 판

맥OS 리액트 네이티브 개발환경 구성

1 목록

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node
brew install yarn
brew install watchman
npm install -g react-native-cli

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}