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

JavaScript Express Basics (2015) Getting Started with Express An Intro: Express.js is amazing

kevinardo
seal-mask
.a{fill-rule:evenodd;}techdegree
kevinardo
Treehouse Project Reviewer

Prerequisites

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
jason chan
31,009 Points

node.js and basic javascript

well javascript with oop. You don't need mvc.

I'd maybe throw in npm basics, just to be thorough.

And maybe some HTML ones?

jason chan
jason chan
31,009 Points
sudo 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. ;)