Web/React

맥에서 react 세팅하기

SweetDev 2020. 4. 19. 20:20

xcode-select --install

 

 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

 

brew install node

 

npm install -g create-react-app

 

create-react-app capstone

저작자표시 (새창열림)