Skip to content

5. 프로젝트 시작하기

gwangil edited this page Oct 11, 2020 · 1 revision
  1. NodeJS 설치하기 (NodeJS가 설치되어 있지 않을 경우)

  2. 프로젝트 Clone하기

    git clone https://github.com/teamcadi/android-tutorial.git
  3. 클론한 프로젝트 폴더로 이동 후, 브랜치 변경하기

    ## 프로젝트 폴더 이동
    cd android-tutorial
    ## 브랜치 변경
    git checkout develop
  4. 필요한 모듈 설치하기

    npm install

    npm install

  5. 로컬에 테스트 서버 실행하기

    npm start

    npm install

  6. 로컬 서버에 접속하기 (http://localhost:8000)

Clone this wiki locally