kaisa-fo와 같은 Next.js 프레임워크 기반 블로그 프론트엔드.
npm install
npm run dev
개발 서버: http://localhost:8888
src/
app/ Next.js App Router
components/ 레이아웃, 블로그 UI
config/ API 설정
data/ mock 블로그 데이터
store/ Zustand store
ui-components/ 공통 UI (Alert, Loading, Popup 등)
npm run build
# out/ 폴더를 정적 호스팅에 업로드
.env.example의 NEXT_PUBLIC_API_URL을 kaisa-blog-api 주소로 맞춥니다.