본문 바로가기

Front-end/React

React JS Crash Course - Create a React app (2)

▶ 리액트 앱 설치하기 ( node.js 설치되어 있어야함 )

▶npx create-react-app my-app

▶ cmd에서 폴더 들어가서 VScode 열기

 

▶ 리액트 생성 확인

 

▶ 리액트 실행하기

npm start

 

▶ http://localhost:3000/ 접속

▶화면을 표시하는 index.html