Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
23 lines (16 loc) · 955 Bytes

File metadata and controls

23 lines (16 loc) · 955 Bytes

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/

  • mongod --config /usr/local/etc/mongod.conf
  • brew services start mongodb-community@4.2
  • mongo