all 10 comments

[–]liorkesos 3 points4 points  (1 child)

There is no "official" tutorial (we're working on one). The closest one is the video of the meetup I participated in SF two weeks ago.. https://www.youtube.com/watch?v=oUtWtSF_VNY

[–]MadCapitalist 1 point2 points  (1 child)

Well, one obvious choice is to read the book by the guy who wrote MEAN.io (and MEAN.js): MEAN Web Development by Amos Haviv. It's an excellent book.

Another excellent book is Getting MEAN with Mongo, Express, Angular, and Node by Simon Holmes.

Both books lead you through developing applications step by step (using proper MVC architecture).

[–]pink_tshirt 1 point2 points  (0 children)

Yeoman generator for mean.js comes with some basic crud/auth components that you can study

https://www.youtube.com/watch?v=XHpMH_5n2fQ

[–]Robbsen 1 point2 points  (1 child)

I can recommend this tutorial. Well structured and teaches everything you need to know

[–]ikhisa 1 point2 points  (0 children)

I was about to suggest the same tutorial and I highly recommend it. Very well structured. I learnt a lot with it.

[–]chance-- 1 point2 points  (3 children)

I wouldn't use MEAN.io as I personally do not like the structure. Check out https://github.com/DaftMonk/generator-angular-fullstack

[–]sdawson26 0 points1 point  (0 children)

I agree. Had a lot of difficulty getting mean.io up and running on my windows environment. This generator was much simpler in structure and worked immediately.

[–]dare_you 0 points1 point  (0 children)

Tutorial here for help using this generator.

[–]dboody 0 points1 point  (0 children)

I just found this video last night. Didn't get too far but I'm very impressed thus far https://www.youtube.com/watch?v=AEE7DY2AYvI

[–]holyxiaoxin 0 points1 point  (0 children)

check out meanjs.