728x90
반응형
CMD
mkdir '프로젝트모음파일'
//'프로젝트모음파일' 생성 혹은 이미 모음 파일이 있다면
cd '프로젝트모음파일'
yarn create react-app '프로젝트 파일명'
//yarn을 이용한 프로젝트 파일 기본 생성
yarn start
//yarn을 이용해서 프로젝트 실행후 localhost 해줌
+ 기본적으로 git init도 해줌.
yarn add eslint eslint-config-react-app --dev
//eslint 오류를 잡아줌.
728x90
반응형
'📁 𝐫𝐮𝐧𝐭𝐢𝐦𝐞𝐄𝐧𝐯𝐢𝐫𝐨𝐧𝐦𝐞𝐧𝐭 > React.js' 카테고리의 다른 글
[React] React's State Management (0) | 2024.02.15 |
---|---|
[React] React's file structure (0) | 2024.02.15 |
[React] How to use React ? (0) | 2024.02.15 |
[React] What is React ? (0) | 2024.02.15 |
[React] JSX 사용전 유의사항 (0) | 2023.07.29 |