Angular8 Meanstack Angular Material
Angular 8 MEAN Stack Tutorial – Build CRUD web application with Angular Material 7 - Learn to create an Angular single page web application from scratch.
Step By Step Written Tutorial
Angular 8 MEAN Stack Tutorial – Build CRUD App with Angular Material
How to run the app?
- 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