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 trialOscar Camacho
Full Stack JavaScript Techdegree Student 5,428 PointsReal 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
Treehouse Moderator 37,862 PointsIf 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.
Oscar Camacho
Full Stack JavaScript Techdegree Student 5,428 PointsAfter I have my code, I want to see how it looks like. How do I do this?
Caleb Kleveter
Treehouse Moderator 37,862 PointsI updated my answer.