README.MD 689 Bytes

Khu Notice

장학센터, 소프트웨어 융합학과, 경희대 홈페이지 등 여기저기 흩어져있는 공지사항을 한 곳에서 모아 볼 수 있는 사이트입니다.

사용방법

frontend build

우선 프론트엔드를 빌드해야 합니다.

starting point = /frontend-builder
start with "npm install" and "npm run build"

빌드된 프론트엔드는 /backend/public 디렉토리에 저장됩니다.

to start server

이제 서버를 실행시켜야 합니다.

starting point = /backend
start with "npm install" and "npm run start"

공지사항을 모아서 보여주는 사이트입니다.