-
Notifications
You must be signed in to change notification settings - Fork 12
front end 실행환경
터틀 edited this page Aug 4, 2020
·
1 revision
패키지 매니저를 설치한다. yarn을 권장한다.
brew install yarn
expo를 전역으로 설치한다.
yarn global add expo-cli
프로젝트 코드를 클론한다.
git clone https://github.com/woowacourse-teams/2020-seller-lee-company.git
2020-seller-lee-company/front
로 이동한다.
yarn
혹은 yarn install
을 통해 패키지를 설치한다.
yarn start
혹은 expo start
를 통해 실행한다.