React) 클론코딩 - 2일차 1. git 업로드 1) 로컬 저장소 초기화하기 - git init 2) github 신규 저장소 생성 3) github 신규 저장소에 리액트 앱 업로드하기 - 저장소 명령어 복사 2. 리액트 public 폴더 수정 - index.js, App.js 코드 수정 IT Info 2021.08.16
React) 클론코딩 - 1일차 1. node js 설치 2. npm 설치 3. npx 설치 4. create-react-app으로 리액트 앱 생성 - npx create-react-app movie_app_2021 5. VS Code로 create-react-app 불러오기 6. README.md 수정 7. package.json 수정 8. movie_app_2021 프로젝트 npm start 명령으로 실행 9. VS Code 내 Terminal 실행 IT Info 2021.08.14