Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 938 Bytes

File metadata and controls

29 lines (22 loc) · 938 Bytes

CSI-5112 Social Share WebApp

Teammates

  • Karman Singh: 300238537
  • Karanjot Singh Saggu: 300239215
  • Sahej Singh Chandok: 300288904

Prerequisites

Backend

  1. Go inside the Backend folder
  2. Collect all packages using run => npm install
  3. If eveything goes well run => npm run devStart

Angular

  1. Go inside the Angular folder
  2. Collect all packages using run => npm install
  3. If everything goes well run => ng serve
  4. Step 3 will up the website for you

React

  1. Go inside the React folder
  2. Collect all packages using run => npm install
  3. If eveything goes well run => npm run start
  4. Step 3 will up the website for you