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