Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 639 Bytes

Software Engineering Team 3

EunChan Park, AhYeong Choi, JongMyeong Na, SungKyu Lim

How to Run (Node version >= 8.x.x)

  1. Fill in server/config/config.json with the appropriate DB information (NEVER commit or push this file)
  2. Move to the source directory in shell, then run npm install.
  3. The following commands can be executed (defined in package.json):
- npm run start (Starts the server)
- npm run build:dev (Build front-end for development and run server)
- npm run build:dist (Build front-end for production and run server)
- npm run serve (Build front-end for development and run server, watch for changes)