This is code for Edureka Youtube tutorial MEAN - Contact List App - https://www.youtube.com/watch?v=wtIvu085uU0
In root folder run,
npm install
cd to frontend folder and run,
npm install.
Frontend folder contains the Angular part.
Start MongoDB - mongod Start express - node index.js Start Angular - ng serve
Open localhost:4200 to access the App