This website requires JavaScript.
Explore
Help
Sign in
caadiq
/
maplestory
Watch
1
Star
0
Fork
You've already forked maplestory
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0dd81b56e5
maplestory
/
frontend
/
src
/
App.jsx
6 lines
92 B
React
Raw
Normal View
History
Unescape
Escape
구조 개편 4단계: routes/ 신설 + App.jsx 단순화 - routes/pc.jsx: 기존 App.jsx의 Route 정의를 추출 - routes/mobile.jsx: 모바일 placeholder (준비 중 안내) - App.jsx는 디바이스 분기 자리만 남김 (현재 PCRoutes만 렌더) - react-device-detect 도입 준비 완료 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 11:27:24 +09:00
import
PCRoutes
from
'./routes/pc'
초기 프로젝트 설정 - React + Vite + Tailwind 프론트엔드 - Express + Sequelize + MariaDB 백엔드 - 넥슨 OAuth 2.0 인증 (캐릭터 목록 조회) - 주간 보스 결정석 수익 계산기 UI (리스트형) - Docker Compose + Caddy 리버스 프록시 설정 - 보스/난이도 이미지 에셋 포함 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 18:55:06 +09:00
export
default
function
App
(
)
{
구조 개편 4단계: routes/ 신설 + App.jsx 단순화 - routes/pc.jsx: 기존 App.jsx의 Route 정의를 추출 - routes/mobile.jsx: 모바일 placeholder (준비 중 안내) - App.jsx는 디바이스 분기 자리만 남김 (현재 PCRoutes만 렌더) - react-device-detect 도입 준비 완료 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 11:27:24 +09:00
return
<
PCRoutes
/
>
초기 프로젝트 설정 - React + Vite + Tailwind 프론트엔드 - Express + Sequelize + MariaDB 백엔드 - 넥슨 OAuth 2.0 인증 (캐릭터 목록 조회) - 주간 보스 결정석 수익 계산기 UI (리스트형) - Docker Compose + Caddy 리버스 프록시 설정 - 보스/난이도 이미지 에셋 포함 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 18:55:06 +09:00
}
Reference in a new issue
Copy permalink