Skip to content

한국성서대학교 재학생들을 위한 기출문제 웹

Notifications You must be signed in to change notification settings

javascript-united-project/main-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

재학생들의 강의 기출문제 웹사이트

  1. src > lib > canvasjs 모듈은 용량이 커서 별도로 관리합니다.
  2. 그 외 설정 파일들은 별도의 레포지토리로 관리합니다.

Client Setup

Bootstrapped with Create React App.

# Install dependencies (only the first time)
cd client && npm install

# Run the local server at localhost:3000
npm run start

Server Setup

Download Node.js.

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:3000
npm run start