EunChan Park, AhYeong Choi, JongMyeong Na, SungKyu Lim
- Fill in server/config/config.json with the appropriate DB information (NEVER commit or push this file)
- Move to the source directory in shell, then run npm install.
- 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)