졸업작품전 기록 [#1] 개발환경 초기 세팅
·
졸업작품전
2025 부산소프트웨어마이스터고 3314 이수연 졸업작품 EvoLink 기록입니다. Mac 기준 환경 세팅 방법 ✅ Mac React Native CLI 구축 순서 1. Homebrew 설치/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. Node.js 설치brew install node 3. Yarn 설치brew install yarn 4. Watchman 설치 (파일 감지 성능 개선)brew install watchman 5. JDK 설치 brew install --cask temurinTemurin = 요즘 표준 JDKJDK 11 깔리는 거라 문제 없음 6. Xcode 설치..