Skip to content

linkpond/MentoView-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ MentoView-FE 프로젝트 설정 및 실행 방법

이 문서는 Node.js 설치부터 VS Code에서 React 애플리케이션을 실행하는 과정을 설명합니다.


1️⃣ 프로젝트 세팅

💻 Windows / Mac

  1. Node.js 공식 사이트에서 LTS 버전 다운로드
  2. 설치 후 터미널 (Git Bash, VS Code 터미널 등) 에서 아래 명령어 실행
    node -v   # Node.js 버전 확인
    npm -v    # npm 버전 확인
  3. 프로젝트 클론 및 이동
    git clone -b dev https://github.com/linkpond/MentoView-FE.git
    cd MentoView-FE
  4. 패키지 설치
    npm install
  5. 프로젝트 서버 실행
    npm start
    

2️⃣ 프로젝트 구조

MentoView-FE
├── src
│ ├── api/ # axios apiClient
│ ├── components/ # 재사용 가능한 UI 컴포넌트 모음(ex: Nav, Footer 등)
│ ├── hooks/ # 커스텀 훅 API 저장
│ ├── pages/ # 개별 페이지 컴포넌트 (ex: Main, About 등)
│ ├── redux/ # redux store, slice 모음음
│ ├── styles/ # 전역 및 컴포넌트 스타일링 파일
│ ├── App.js # 메인 애플리케이션 컴포넌트
│ ├── index.js # React 애플리케이션의 진입점
├── public/ # 정적 파일 (ex: index.html, favicon 등)
├── package.json # 프로젝트 설정 및 의존성 목록
├── .env # 프로젝트 환경변수 저장장
└── README.md # 프로젝트 설명 문서

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages