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
Pete Cass
16,656 Pointsworking with node.js locally
Hey,
Just completed the node.js basics course, it was fun.
Just wondering where I would need to save the folder on my local machine so that if i type
node app ...
into my command line it will run the code in app.js.
I use gulp so I have node installed locally.
Chase Lester
10,972 PointsChase Lester
10,972 PointsYou can save your files wherever you wish. I have a folder on my computer for development work and name folders inside of that based on my project. Go into your root project folder and run your command to start your node server locally.