You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. 레포지토리 복사
git clone https://github.com/YU-SE-25/Frontend.git
# 2. 프로젝트 폴더로 이동cd Frontend
# 3. 의존성 다운로드 및 빌드# 1) 전체 패키지 설치
npm install
# 2) 핵심 라이브러리 및 API 통신, 스타일링 패키지 설치
npm install axios styled-components
# 3) 개발 의존성 (TypeScript 타입 정의 파일) 설치# styled-components와 axios를 TS 환경에서 사용하기 위한 타입 정의 파일입니다.
npm install -D @types/styled-components @types/axios
# 4. 서버 실행
npm run dev
About
Yeungnam University 2025-2 Software Engineering Web Project Frontend