깔고자 하는 폴더에 cd로 진입
npm install -g npx
npm install create-react-app
npm -version
node --version
npx create-react-app test-first
npm start
깔고자 하는 폴더에 cd로 진입
npm install -g npx
npm install create-react-app
npm -version
node --version
npx create-react-app test-first
npm start