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

kolawoletech/Angular8MeanstackAngularMaterial

 
 

Repository files navigation

Angular8MeanstackAngularMaterial

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

Start MEAN Stack App

Start Angular app & install required dependencies

Start Backend

  • run cd backend
  • run npm install
  • run nodemon

Start MongoDB

I assume you have already set up MongoDB community edition in your local development system, if not then you can take the help from the following tutorial. https://docs.mongodb.com/manual/administration/install-community/

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.5%
  • HTML 25.2%
  • JavaScript 12.6%
  • CSS 5.7%