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 trialkevinardo
Treehouse Project ReviewerPrerequisites
Awesome that you are back with a new course Huston. What would you consider to be the prerequisite courses from the Treehouse library before diving into this one?
2 Answers
jason chan
31,009 Pointsnode.js and basic javascript
well javascript with oop. You don't need mvc.
jason chan
31,009 Pointssudo npm init
// global is used for all applications -g
sudo npm install -g
or
// use that one if you only want to save the package only in this app only.
npm install packageName --save-dev
command-lines are fun. ;)
kevinardo
Treehouse Project Reviewernpm master race
Iain Simmons
Treehouse Moderator 32,305 PointsIain Simmons
Treehouse Moderator 32,305 PointsI'd maybe throw in npm basics, just to be thorough.
And maybe some HTML ones?