Commit Graph

1 Commits (main)

Author SHA1 Message Date
Haewon Kam 535daa3625 chore: initial scaffolding — Vite + React 19 + Tailwind 4
- 5 pages: Landing, AnalysisStart (MVP 핵심 — 채널 핸들 직접 입력 폼),
  AnalysisLoading (상태 폴링), Report, MarketingPlan
- useAnalysis (POST + 2초 폴링) + useReport (API-only, DEMO_REPORTS 제거)
- 23 report components + types + transform utils (프로토타입에서 이식)
- Tailwind 4 @theme: Pretendard + brand palette (primary-900, accent)
- axios apiClient with X-API-Key interceptor
- Vite proxy /api → localhost:8000 (백엔드 연동)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-17 10:38:42 +09:00