Skip to content

gowthamrajj/edureka-cl-tut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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