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

25번째 줄: 25번째 줄:
<source lang='bash'>
<source lang='bash'>
curl -s "https://get.sdkman.io" | bash
curl -s "https://get.sdkman.io" | bash
</source>
(새 터미널)
<source lang='bash'>
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version
</source>
</source>



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

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

1 방법

http://atom.io 접속, 다운로드, 압축해제, 응용프로그램으로 이동, 1회 실행
apm install nuclide
  • homebrew 설치
  • node(+npm) 설치
  • yarn 설치
  • watchman 설치
  • react-native-cli 설치
/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
  • SDKMAN! 설치
curl -s "https://get.sdkman.io" | bash

(새 터미널)

source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version

2 같이 보기

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