/Angular8MeanstackAngularMaterial

Angular 8 MEAN Stack Tutorial – Build CRUD web application with Angular Material 7 - Learn to create an Angular single page web application from scratch.

Primary LanguageTypeScript

Angular8MeanstackAngularMaterial

Step by step article on Angular 8 MEAN Stack Tutorial – Build CRUD App with Angular Material 8

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 folder
    • nodemon server to start the nodemon server
    • mongod to start the mongoDB shell