React

리액트 프로젝트 생성 : npx create-react-app 프로젝트명

리액트 실행 : npm start


React Native

ReactNative cli

리액트네이티브 프로젝트 생성 : npx react-native init 프로젝트명

ios 실행 : npx react-native run-ios

android 실행 : npx react-native run-android


expo cli

expo cli 설치 : npm install -g expo-cli

프로젝트 생성 : npx create-expo-app my-app

+ Recent posts