Skip to content

Divesh8891/meanApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

meanApp

To run your code, proceed with below steps:

Step1: Go to Mongo DB folder then open bin folder, from there open cmd and type mongod.

Step2: Open cmd from server folder and run npm install and after that run nodemon server, it will run the server on given port.

Step3: Open cmd from developement folder and run npm install and after that run ng serve.