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

42번째 줄: 42번째 줄:
==같이 보기==
==같이 보기==
* [[리액트 네이티브]]
* [[리액트 네이티브]]
==참고 자료==
* https://www.tutorialspoint.com/react_native/react_native_environment_setup.htm


[[분류: 맥]]
[[분류: 맥]]
[[분류: React Native]]
[[분류: React Native]]

2017년 4월 24일 (월) 15:00 판

맥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

2 SDKMAN! 설치

curl -s "https://get.sdkman.io" | bash

(새 터미널)

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

3 JDK 설치

sdk install java

4 같이 보기

5 참고 자료

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