React JS 개발 환경을 설정 해 보자
/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"
brew --version
brew install node
node -v
npm --version
sudo npm install -g create-react-app
sudo npm install npx -g
npx -v
mkdir js
npx create-react-app ./js
cd js
npm start
chrome에서 http://localhost:3000/