Language/React
-
Movie_appLanguage/React 2021. 6. 13. 20:51
React 시작 node js와 git 설치 후 진행 node -v Node JS 버전 확인 npm -v npm 버전 확인 npm install npx -g npm를 이용해 npx 설치 npx -v npx 버전 확인 git —version git 버전 확인 C:\Users\82107>cd Documents C:\Users\82107\Documents>npx create-react-app moive_app_2021 Documents 경로에 "movie_app_2021"이라는 react를 위한 디렉토리 생성 code (디렉토리) ex) code . / code movie_app_2021 vscode에서 react 시작 npm start react 브라우저 (vscode terminal에서 작성) git 연결..