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