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

JavaScript Treehouse Club: JavaScript Car Sounds Linking an External Style Sheet

Real Life

Thank you for the things that I am learning. How is in real life? Where I code where do I code in? and after that How can I see my code with the images?

2 Answers

Caleb Kleveter
MOD
Caleb Kleveter
Treehouse Moderator 37,862 Points

If you want to code in real life, you need to start with a text editor, which are like workspaces, just more advanced. Here are a few that you might like:

There are also some cloud IDE's that are available. I am using Cloud 9ā€  for back-end development, but it will also work with front end.

When you want to see what your site looks like, this is what you do:

  • If you are using Brackets, click on the live preview button on the top, right-hand corner that looks like a lightning blot.
  • If you are using a different editor, find the index.html file in finder, and double-click on it. It should open in your default browser.
  • If you are using Cloud 9, click on the run button on the control bar.

*Free

ā€  Free plan available.

After I have my code, I want to see how it looks like. How do I do this?