Self-Hosted Codelabs 만들기
구동환경
excellent tutorial 을 참고해서 진행했습니다.
- Go language
- Node.js v10+ and npm
- claat (open source command line tool maintained by Google)
GO 설치
-
https://golang.org/dl/ 접속 후 zip 다운로드
-
압축해제 후 환경설정 등록
#환경변수 확인 go env
Codelabs Git Repository 클론
git clone https://github.com/googlecodelabs/tools
Dependencies 설치
cd site
npm install
npm install -g gulp-cli
npm install gulp
Node version 오류
-
NVM 설치
-
Node 추가 설치
nvm install 18.12.1 nvm use 18.12.1
Python2 경로 오류
-
Python2 설치
-
Python.exe를 Python2.exe로 변경
-
Python2 환경변수 등록
-
( 선택 ) Python3가 있다면 Python.exe를 Python3.exe로 변경
Codelabs 실행(관리자권한)
cd site
gulp serve
Webserver started at http://localhost:8000