Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 485 Bytes

File metadata and controls

14 lines (13 loc) · 485 Bytes

Installation Instructions

  1. cd into the node-server directory.
    1. run npm install command
  2. cd into the angular-app directory.
    1. run npm install command

Running the Application

  1. To run the node server:
    1. cd into the node-server directory.
    2. run node index.js command
  2. To run the Angular app
    1. Open a new command line/terminal window
    2. cd into the angular-app directory.
    3. run ng serve -o command