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 triallyubomyr kovbel
8,355 PointsWorking with local Host when building web Page
Alrighty so i see you can create your own local host working through python and stuff would these be a more efficient way when your marking up your web page?
Or is it okay to use your own little notePad for insist that you can create a live server with?
Just a thought?
1 Answer
Alan Brown
20,524 PointsHi lyubomyr,
Do what works for you. Yes, a localhost is usually the way to go when creating a website. Use the python script or Node if you prefer JavaScript. There are even apps and browser extensions available that can manage this for you (Web Server for Chrome, Prepros, Anvil for Mac). They are essentially wrappers around things you can do yourself in the Terminal. As you become more proficient you’ll probably adapt to more efficient ways of managing your local servers with a node packages manager, vagrant or docker.