Skip to content

LeeSujeong329/where-is-the-best-restaurants

 
 

Repository files navigation

where-is-the-best-restaurants

공식 문서를 보시면 더 정확합니다. 공식문서에서 React Native CLI Quickstart 탭에 MacOS, iOS를 선택하셔서 문서를 확인하세요.

1. Node & Watchman 설치

Node는 기존에 설치되어 있으면, 설치하지 않아도 됩니다.

brew install node
brew install watchman

2. xcode 설치

https://apps.apple.com/us/app/xcode/id497799835?mt=12

3. cocoapods 설치

sudo gem install cocoapods

4. where-is-the-best-restaurants 프로젝트 설치

fork 뜨시고, 개인 repository를 clone 해주세요.

git clone [email protected]:{YOU}/where-is-the-best-restaurants.git

5. Javascript 의존성 설치

// project root
yarn install

6. iOS 의존성 설치

// project root
cd ios
pod install

7. 프로젝트 실행

// project root
yarn react-native run-ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 22.8%
  • Ruby 20.4%
  • JavaScript 19.4%
  • Objective-C 16.6%
  • TypeScript 13.7%
  • Starlark 7.1%