Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 555 Bytes

File metadata and controls

14 lines (11 loc) · 555 Bytes

174Project

TA Evaluation Project for COEN 174

Installation Guide for local development

Prerequisites:

Node.js: https://nodejs.org/en/download/

Steps

  1. Clone repository on your local machine
  2. Navigate into project directory and run 'npm install' to install backend dependencies
  3. Navigate into /frontend directory and run 'npm install' to install frontend dependencies
  4. Run command 'npm start' in project directory to start the local backend server
  5. Run command 'npm start' in /frontend directory to start the local frontend server