-
Notifications
You must be signed in to change notification settings - Fork 0
5. 프로젝트 시작하기
gwangil edited this page Oct 11, 2020
·
1 revision
-
NodeJS 설치하기 (NodeJS가 설치되어 있지 않을 경우)
- NodeJS 공식 홈페이지에서 다운로드 받아 설치 (https://nodejs.org/ko/download/)
-
프로젝트 Clone하기
git clone https://github.com/teamcadi/android-tutorial.git
-
클론한 프로젝트 폴더로 이동 후, 브랜치 변경하기
## 프로젝트 폴더 이동 cd android-tutorial ## 브랜치 변경 git checkout develop
-
필요한 모듈 설치하기
npm install
-
로컬에 테스트 서버 실행하기
npm start
-
로컬 서버에 접속하기 (http://localhost:8000)