Dev_Study/React-Native
[React-Native] 1. 프로젝트 생성하기
LeeDaniel
2021. 1. 15. 22:34
# 안드로이드sdk, 가상에뮬레이터 설치과정은 생략
1. Node.js 설치하기
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
2. Node.js 설치확인
node -v
3. React-Native-Cli 설치
npm install -g react-native-cli
4. React-Native-Cli 설치확인
react-native -v
5. React-Native 프로젝트 생성
-프로젝트가 생성되는 경로를 확인
react-native init TestProject
6. React-Native 프로젝트 실행
react-native run-android
728x90
반응형