개발 시 자주 사용하는 기능 빌드명령 : babel src -d dist Git 명령어 git status git add . git commit -m "코멘트" git push MAC 개발환경- cocoapods 설치sudo gem install cocoapodsios 폴더가서 pod install VS Code 설정 1. SSH FS 플러그인 설치2. 환경 설정파일 -> Setting -> Workspace setting(탭) -> 좌측 Extenstion에서 SSH FS Configuration 선택 -> Edit in Settings.json 클릭{ "sshfs.configs": [ { "label": "moco_server", "root": "/home/server", //연결할 디렉토리 설정 "..