열렬히.뛰기

리엑트 시작하기

웹 프로그래밍 > React > 리액트의 기초 > 리엑트 시작하기

새 프로젝트

bash
npx create-react-app (앱 이름)
cd (앱 이름)
run (앱 이름)

파일 열기

cd ""앱 이름""
code .