Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 599 Bytes

File metadata and controls

31 lines (23 loc) · 599 Bytes

Requirement

  • VS Code
  • node.js
  • yarn
  • expo-cli

개발 환경 세팅

$ npm install -g yarn // yarn 설치
$ yarn -v // yarn 설치 확인

$ npm install -g expo-cli // expo-cli 설치

$ git clone https://github.com/SpringBeam/ssk-js.git
$ cd ssk-js
$ yarn install

프로젝트 실행

$ git pull origin master
$ yarn start
  1. 플레이스토어 또는 앱 스토어에서 Expo 앱 설치 (초기)
  2. yarn start
  3. 터미널에 출력되는 QR 코드 카메라로 스캔
  4. Expo 앱에서 프로젝트 실행 or 노트북 내에 Simulator 설치해서 실행