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 trialJames White
847 PointsWhich 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
Alexander Davison
65,469 PointsTry the Node.js course.
I think that's a good next start.
Later, you can also learn:
- Express
- 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).
James White
847 PointsThank 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.
Alexander Davison
65,469 PointsIf you want to learn to use them all together you should check out the Building a MEAN Application course.
James White
847 PointsThank you, that's what I was looking for.