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 trialJake Almendarez
Front End Web Development Techdegree Student 4,250 Pointssimplehttpserver or install apache
when I become more advanced should I continue to use the simplehttpsever or will there come a time when I'll need to download some software?
thanks in advance!
2 Answers
jhon white
20,006 PointsIf you go with backend development , you should install a server. otherwise , I think you are okey with simplehttpserver.
Jeremiah Crowley
541 PointsAgreed on the lack of remote server info. I was lost and now I am found. This helped: https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server
Diego Alvarez
6,680 PointsDiego Alvarez
6,680 PointsXampp is likely one of the best choices to work locally. https://en.wikipedia.org/wiki/XAMPP
Or you can install Visual Studio Code with it's 'Live Server' extension .
Both are easy to install and use, I prefer VS Code and in this case It'd be the best choice since this is the FrontEnd track.