노드설치 후
vscode창에
1. 폴더를 새로 만들었을 경우 바로 설치
npx create-react-app .
2. 프로젝트 폴더를 새로 만들경우
npx create-react-app 프로젝트명
3. 깃허브 들어가서 리포지토리 생성후
4. 깃허브 계정이 2개일 경우 ssh 로 클론 받은 후
5. git remote add origin git@github.com-git2:[파일명]git
-git1 : 회사계정 / git2 : 개인 깃 계정
이모션 설치
npm i @emotion/styled @emotion/react