Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Which courses are best for learning the MEAN Stack?

I come from a LAMP Stack environment, looking to get into the MEAN Stack environment.

I started with Angular Basics (https://teamtreehouse.com/library/angular-basics) but I am not sure where to go from there.

Any suggestions and tips would be really helpful.

Thanks.

4 Answers

Try the Node.js course.

I think that's a good next start.

Later, you can also learn:

  1. Express
  2. Mongo

Once you finish all of those, you learned the whole MEAN stack (M for Mongo, E for Express, A for Angular, and N for Node.js).

Thank you. That was my intention but I was wondering if they link them together instead of learning each technology separately.

Because obviously, in a MEAN stack I have to utilize them all together.

If you want to learn to use them all together you should check out the Building a MEAN Application course.

Thank you, that's what I was looking for.