eslint1 React Typescript 초기세팅 git repository 생성 repo 생성후 연결! # 연결하고자하는 vscode 레포지토리로 가서 $git init $git remote add origin {레포지토리 주소} $git add . $git commit -m "first commit" $git push -u origin master 1) CRA 설치 $npx create-react-app 폴더명 2) 필요한 패키지 설치 dependencies에는 애플리케이션에 직접 관여하는 라이브러리가 들어가며 devDependencies에는 개발할 때만 쓰는 (typescript, eslint, prettier, babel 등) 도구들이 들어간다. build하고 최종적으로 내보낼때에는 dependencies에 있는 내용만으로 배포된다. 즉, 배포할.. 2021. 8. 8. 이전 1 다음