Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 636 Bytes

File metadata and controls

27 lines (14 loc) · 636 Bytes

프로그램 실행 환경


Github에서 같은 경로에 백, 프론트를 모두 클론 (백 : be, 프론트 : fe로 리포지토리 생성)

인터페이스 세팅 방법


  1. fe 파일을 연 다음 터미널 창에 cd issue_manager을 입력해 실행할 파일로 이동.

  2. 터미널에 npm install 입력

  3. npm run build 입력->프론트 서버 실행

서버 세팅 방법


  1. be/src/main/java/team9/issue_manager_system에서 IssueManageSystemApplication.java파일 클릭

  2. intellij 우측 상단 실행버튼 클릭-->서버 열기


마지막으로 웹페이지에서 localhost:8080 열기