*/

React Native 모바일 앱 프로젝트 생성

 프로젝트 생성

프로젝트를 생성하고자 하는 폴더에서 npx @react-native-community/cli init [프로젝트명] 

npx @react-native-community/cli init firstapp

해당 폴더에 [프로젝트명]으로 입력된 폴더 및 기본 코드로 구성된 파일들이 생성된다.


위에서 생성한 [프로젝트명] 으로 디렉토리를 이동후 npx react-native run-android 으로 샘플프로그램을 실행한다.



0 comments:

댓글 쓰기