Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 499 Bytes

File metadata and controls

12 lines (11 loc) · 499 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. cd into the angular-app directory.
  2. Run ng build command
  3. cd into the root directory and then the "node-server" directory (cd ../node-server)
  4. Fire up the Node web server using the command node index.js
  5. Open up a browser at the url http://localhost:3000