Claude Code 빠른 시작 — 30초 설치와 첫 실행
Claude Code 빠른 시작
Claude Code 공식 가이드는 "Get started in 30 seconds"라고 할 만큼 설치가 간단해요. Node.js 18 이상과 Claude 계정만 준비하면 돼요.
출처: https://docs.anthropic.com/en/docs/claude-code/quickstart
npm으로 설치
npm install -g @anthropic-ai/claude-code
프로젝트로 이동해 실행해요.
cd your-awesome-project
claude
첫 실행 시 로그인을 요구하면 진행하면 돼요.
다른 설치 방법
- 네이티브:
curl -fsSL https://claude.ai/install.sh | bash(macOS·Linux·WSL) - PowerShell(Windows):
irm https://claude.ai/install.ps1 | iex - WinGet:
winget install Anthropic.ClaudeCode
VS Code 확장(Beta)
그래픽 인터페이스를 원하면 VS Code 확장을 써서 인라인 diff, @-멘션, 플랜 리뷰, 대화 기록을 편집기에서 볼 수 있어요.