Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 422 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 422 Bytes

What is this repository for?

This is code for Edureka Youtube tutorial MEAN - Contact List App - https://www.youtube.com/watch?v=wtIvu085uU0

How do I get set up?

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