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 npm Basics (retiring) Installing Packages with npm Installing Global Packages

Does http-server eliminate the need of using a program such as xampp ?

Does http-server eliminate the need of using a program such as xampp ?

Also, just out of curiosity, is there such thing as a node package for xampp? or a package that lets us run tests on phpMyAdmin?

3 Answers

Zack Lee
PLUS
Zack Lee
Courses Plus Student 17,662 Points

They're just different tools. Xampp is featrue rich and is probably more than you would need for just building simple site and tests for learning. Http-server is just a really simple tool for creating a local server, and can be deployed with 1 command and little configuration.

Zack Lee Thanks, is there such a thing as command to install a xampp module? Or no such thing

No, it definitely does not eliminate the need for XAMPP or MAMP.