Step by step article on Angular 8 MEAN Stack Tutorial – Build CRUD App with Angular Material 8
- Run
npm install
to install required dependencies. - Run
ng serve
to run the angular app - Start the MEAN Stack backend
cd backend
to enter into the backend foldernodemon server
to start the nodemon servermongod
to start the mongoDB shell