▶ 리액트 앱 설치하기 ( node.js 설치되어 있어야함 )
▶npx create-react-app my-app
▶ cmd에서 폴더 들어가서 VScode 열기
▶ 리액트 생성 확인
▶ 리액트 실행하기
npm start
▶ http://localhost:3000/ 접속
▶화면을 표시하는 index.html
'Front-end > React' 카테고리의 다른 글
리덕스는 무엇이고, 왜 사용하는가? (0) | 2021.05.28 |
---|---|
React JS Crash Course - Get icons (5) (0) | 2021.05.28 |
React JS Crash Course - PropTypes (4) (0) | 2021.05.28 |
React JS Crash Course - App component & JSX (3) (0) | 2021.05.28 |
React JS Crash Course - Intro & Slides (1) (0) | 2021.05.27 |