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

CSS CSS Basics (2014) Enhancing the Design With CSS Adjusting the Layout with Media Queries

How do I see my website in the browser so I can use the device tool?

I use Atom to write code and I have a preview tool inside Atom. I don't have any way to see it on different devices though so I'm wondering: how do I open my preview in the browser, like we do here in Treehouse's Workspace, so I can use the device tool in Chrome for example?

2 Answers

What are you writing your HTML in? If it is a basic index.html file then you can open that file in the browser directly.

I didn't even think of that, haha. Thanks! :D