Web requirements Node.js Local development 로컬에서 terminal을 열어 아래의 명령어를 실행합니다. git clone https://github.com/kookmin-sw/capstone-2023-16 복제가 완료되면 아래의 명령어를 실행하여 웹 클라이언트 메인 폴더로 이동합니다. cd capstone-2023-16 cd front/web 실행에 필요한 패키지들을 설치하고 실행합니다. npm install npm start