Skip to content

CS3219-AY2324S1/ay2324s1-course-assessment-g16

Repository files navigation

Review Assignment Due Date

PeerPrep App

Prerequisites

  1. Have Node and NPM installed

To Run the App

  1. Open Terminal or Powershell.

  2. Navigate to directory of your choice

cd <directory of your choice>
  1. Clone this repository into your system
git clone https://github.com/CS3219-AY2324S1/ay2324s1-course-assessment-g16.git
  1. Navigate into the Repository directory
cd ay2324s1-course-assessment-g16
  1. In this Repository directory, navigate into peer-prep directory
cd peer-prep
  1. Run the command npm i to install dependencies.

  2. Run the command npm start to start the app.

  3. Open browser of your choice and access http://localhost:3000/, and you can use the app.