node 설치(npm같이 있음) homebrew 설치 yarn 설치 homebrew로 가능 폴더에서 아래 명령어 실행시 package.json 등 패키지 매니저 등 프로젝트에 필요한 환경이 셋팅됨 -> 개인프로젝트할 때 create react-app [폴더명] 추천 yarn create react-app my-app 명령어 -> start 시작 yarn start --Starts the development server. yarn build --Bundles the app into static files for production. yarn test --Starts the test runner. yarn eject --Removes this tool and copies build dependencies,..