node.js 설치 확인하기(=노드 버젼 확인하기) : node -v
node -v
node.js 패키지 확인하기 : npm -v
npm -v
react 설치 하기 : npx create-react-app 리액트를설치하고자하는디렉토리이름
npx create-react-app 리액트를설치하고자하는디렉토리이름
(기본적으로는 ”npx create-react-app ./")
”npx create-react-app ./"
react 실행하기 : npm start 또는 npm run start
npm start
npm run start