Installation Instructions cd into the node-server directory. run npm install command cd into the angular-app directory. run npm install command Running the Application To run the node server: cd into the node-server directory. run node index.js command To run the Angular app Open a new command line/terminal window cd into the angular-app directory. run ng serve -o command