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 trialTabitha Goodwin
1,784 PointsStarting a JavaScript file
I am using Sublime as my text editor. I am brand new to programming. Please tell me how to open up a file in sublime using Chrome? thanks!
3 Answers
Jeremy Germenis
29,854 PointsIn chrome you can go to file -> open or you can drag and drop the file into the browser window. Or here is a plugin for setting up a local preview: https://github.com/Nijikokun/Prevu
Taylor Weeks
4,009 PointsAlternatively, if you save the file as .html, you can open the file using your preferred browser.
Tabitha Goodwin
1,784 PointsThanks Taylor!
Tabitha Goodwin
1,784 PointsTabitha Goodwin
1,784 PointsThanks Jeremy!