Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 537 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 537 Bytes

웹시스템설계 팀 프로젝트 - Ajou Book Trade

3조

  • 201521052 - 곽승은
  • 201523494 - 안태선
  • 201620670 - 강정흠
  • 201620902 - 서병찬

Follow this section

how to untrack config.js

git update-index --assume-unchanged ./front/src/config.js
git update-index --assume-unchanged ./server/config.js

get started

front

cd ./front
npm install
npm run serve

back

cd ./server
npm install
npm start

daemon

cd ./daemon
npm install
node expire_checker.js