노마드코더강의_React#1
node.js, npm 설치 npx 설치: cmd > npm install npx -g git 설치(git-scm.com) 기본 폴더: cd C:\USER\arthu\documents npx create-react-app 앱 이름 --> 바벨 등 설치 할 필요 없음 node.js 설치 npm, npx 설치 cmd > 'npx create-react-app 앱이름' 생성 그 폴더로 들어가서 npm start yarn.lock파일 삭제 #readme파일 간단하게 설명넣기 #package.json파일 script부분이 중요 "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "r..
CODING/React.js
2020. 6. 12. 22:27