Claude Code 시작하기
플랫폼을 선택하고 몇 분 만에 Claude와 코딩을 시작하세요.
1
시스템 요구사항2
Claude Code 설치3
인증 설정4
첫 프로젝트1시스템 요구사항
운영체제
macOS, Linux, Windows (WSL)
필수 요구사항
Node.js 18+, 4GB RAM
네트워크
안정적인 인터넷 연결
Windows 사용자
Claude Code는 Windows에서 네이티브로 실행됩니다. Git for Windows가 필요합니다. WSL도 사용할 수 있습니다.
2Claude Code 설치
권장Native Install
macOS / Linux / WSL
curl -fsSL https://claude.ai/install.sh | bashWindows PowerShell
irm https://claude.ai/install.ps1 | iex백그라운드에서 자동 업데이트
Homebrew(macOS)
brew install --cask claude-code'brew upgrade claude-code'로 업데이트
WinGet(Windows)
winget install Anthropic.ClaudeCode'winget upgrade'로 업데이트
계정 필요
Claude Pro, Max, Teams, Enterprise 또는 API Console 계정이 필요합니다
NPM 설치 (지원 중단)
npm install -g @anthropic-ai/claude-code는 더 이상 권장되지 않습니다. 위의 네이티브 설치 방법을 사용하세요.
3인증 설정
프로젝트에서 시작하기
cd my-project && claude1
Console
권장
2
Pro/Max
구독
3
기업용
AWS/GCP
4첫 프로젝트
프로젝트 이해하기
claude> 이 프로젝트에 대해 요약해줘프로젝트 초기화
claude> /init설정 완료!
Claude Code와 함께 개발을 시작할 준비가 되었습니다.