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

Development Tools

Ahmet Efeoğlu
Ahmet Efeoğlu
1,271 Points

Alternative to workspace

So I want to start building websites on my own but ı want to see what my code does like in workspace.You write the code and refresh the page and you see what your website similarly looks like. Do ı need things like adobe dreamweaver stuff to do it or is workspace really enough? And ıf ı need things like dreamweaver , is there a free thing similar to it? Sorry for my english,I'm not native.

Thanks for your replies guys;)

2 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

Hello Ahmet.

Workspaces is the online coding environment Treehouse supplies to support our learning. However most of the time I just use notepad++ to do my coding and download any files from the course videos pages.

If Workspaces doesn't work for you, it's absolutely okay to use your own text editors to follow along. :-)

Hi Ahmet.

You could try Brackets http://brackets.io which is IMO a very nice code editor with a live preview function similar to workspace. The only thing to be mindful of is that the live preview feature only works alongside Google Chrome, so make sure you have both installed.

Hope this helps :)