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

General Discussion

Jennifer Wise
Jennifer Wise
17,126 Points

Presenting a website to clients without domain name and hosting

I am currently working on a website for a local business. I have created the home page and contact us pages. I want to present the website to my clients to show them what the website looks like and if they want to move forward. The site is currently on my code editor and computer. Are there programs out there that would allow me to upload the website so I can show it to my clients. I don't want to go through the process of getting a domain name and hosting because the website is not a sure deal.

Any suggestion or help would be great!

Thanks!

4 Answers

Michael Hulet
Michael Hulet
47,912 Points

You should look into GitHub Pages. It's free, and you upload your code simply by using git to push it to a GitHub Repository

Jose Fremaint
Jose Fremaint
2,885 Points

I think is a lot better if you have your own domain and hosting to show that client and all future clients their website.

I just created a sub domain from my domain and i upload the websites there. You'r going to look very professional doing it that way.

Kevin Korte
Kevin Korte
28,148 Points

I've not used any of these services, but I was aware of them.

If you're running a localhost on your machine, you can use one of these services to make it accessible publicly.

http://www.sitepoint.com/accessing-localhost-from-anywhere/

Gary Ford
Gary Ford
14,475 Points

Another free alternative I've used is to put the site into a "Public" folder on Dropbox and supply the URL to the client. The documentation is very clear on how to do this on the Dropbox site. You can also Google on how to do this. Just another option.