시작 1일차 npx 설치 npx 설치 명령어 : npm install npx -g typescript 설치 설치 명령어 : npx create-react-app myfront --template=typescript Githud 연결 및 소스 업로드 git init New repository git remote add origin git add .