Prabhu
Prabhu

Reputation: 840

How do i get started with MEAN.IO?

Are there any good resources to get started with MEAN.IO? Any tutorials, todo Apps or books ? etc.,

Of course, I have visited the sites including mean.io, mean.js, and some mean stack tutorials. But things little bit confusing for me to start.

Could any one please suggest me, For a good starting point with mean.io.

Thanks in advance.,

Upvotes: 1

Views: 5609

Answers (2)

Shehryar Abbasi
Shehryar Abbasi

Reputation: 378

There is a really nice list of resources (MEAN Articles, Videos, Books, Podcasts) on Eric Douglas' github: https://github.com/ericdouglas/MEAN-Learning

GL!

Upvotes: 1

javaeeeee
javaeeeee

Reputation: 681

There are a lot of options to get started with MEAN stack. If you prefer free ones, you could take some courses from Microsoft Virtual Academy (MVA), MongoDb University and EDx.

Here are some MVA courses that could help you to jump start your development.

  1. MEAN Stack Jump Start - introduces the stack
  2. Using Node.js with Visual Studio Code - introduces node.js, Express, MongoDB
  3. Introduction to AngularJS - Intro to Angular 1

Also there is a course from vendor of MongoDB introducing the database as well as how to access it from node.js application.

In addition, there is an advanced MEAN course from MongoDB vendor on EDx.

Moreover, one can find a lot of premium courses on Udemy and Pluralsight.

Good Luck!

Upvotes: 0

Related Questions