FE/React.js2 [React.js]start new project 리엑트 프로젝트 시작하기 [ 리엑트 프로젝트 생성하기 ] $ yarn create react-app yarn을 사용하지 않는 경우 $ npm init react-app [ 리엑트 개발 전용 서버 구동 ] 생성한 리엑트 프로젝트 디렉터리로 이동 $ cd hello-react 리엑트 프로젝트 실행 $ yarn start or $ npm start 구동 결과 Compiled successfully! You can now view hello-react in the browser. Local: On Your Network: Note that the development build is not optimized. To create a production build, use yarn build. 2022. 1. 10. [React.js]React setting for MAC [ install node.js ] curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash terminal restart nvm —version node -v [ install yarn ] install homebrew brew update brew install yarn If you need to have icu4c first in your PATH run: echo 'export PATH="/usr/local/opt/icu4c/bin:$PATH"' >> ~/.zshrc echo 'export PATH="/usr/local/opt/icu4c/sbin:$PATH"' >> ~/.zshrc For compilers.. 2022. 1. 9. 이전 1 다음