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

WordPress WordPress Theme Development WordPress Header and Footer Templates The header.php and footer.php Files

Starting the server

How does he start the localhost:8888? I know you have to be in your project folder, but what do I need to type in the terminal?

2 Answers

Mathew

Zac uses a private server on his computer. I think he uses MAMP. Once installed and enabled, private servers allow you to use the localhost in the URL to gain access to your folders in the directory that is the main directory for the private server. If you don't have a private server on your local computer, you can think about downloading one and following the directions to install. From there you can copy over the files and get underway. I'm a Windows user so I use WAMPServer but what you choose will depend on your liking as well as the OS you are running. What you type in the URL will depend on what private server application you use. WAMPServer allows you to just use localhost. Hope this helps.

Cheers!

Awesome, thanks for the reply. I had no idea what MAMP was until you brought it up. Great to know!