Skip to content

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

Notifications You must be signed in to change notification settings

Asoft123/Angular8MeanstackAngularMaterial

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.6%
  • HTML 25.2%
  • JavaScript 12.5%
  • CSS 5.7%