luminous037 / OSS_project

7 stars 0 forks source link

Feature_server : 서버 개발 환경 구축 #21

Closed GAUDUL closed 4 months ago

GAUDUL commented 5 months ago

백엔드 개발을 위한 서버 개발 환경 구축 시작하겠습니다

GAUDUL commented 4 months ago

실행 안될 시 server에서 npm install nodemon npm install express 필요

GAUDUL commented 4 months ago

실행 방법 server 에서 yarn dev

GAUDUL commented 4 months ago

서버에 있는 내용을 홈페이지에서 나타낼 수 있도록 코드 작성했습니다

GAUDUL commented 4 months ago

확인 결과, server에서

npm install -g concurrently (전역 설치 또는 npm install concurrently --save-dev (로컬 설치

를 필수적으로 해야 하는 것 같습니다.