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 trialOwen Evans
1,569 PointsNew student using a cheap Chrome book
Hi everybody!
I have been using a work-issued laptop for a few years and it is locked down so that I cannot install software or even use a USB port.
I bought a cheap Chrome book for Treehouse learning. My thinking was Treehouse is browser-based, so it should be okay.
Does anyone have tips, software recommendations, or other advice for a Chrome book user?
2 Answers
Jessie Starborne
6,875 PointsThe Workspaces in each course are a great resource, but if you're looking to work with stuff locally on your machine, I'd recommend Visual Studio Code. It's free, and has a ton of extensions to allow you to run test servers quickly and easily to view your code and debug live. (Do a YouTube search on how to setup a development environment in VS Code for whatever language/track you're working on.)
If you're just looking for a simple editor, I also recommend Notepad++. It's lightweight and simple, and will get the job done without a lot of complication or fuss.
Hope that helps! ^^
Megan Amendola
Treehouse TeacherHi, Owen Evans ! Workspaces are great for learning and working through content, but eventually, you'll probably want to work locally on your machine to get used to the typical workflow for a developer. It is possible to get everything working on a Chromebook and here's a great resource on how to do it.
Owen Evans
1,569 PointsThanks Megan Amendola. This looks like a great setup guide.
Owen Evans
1,569 PointsOwen Evans
1,569 PointsThanks for your comment, Jessie Starborne. I will definitely take a look.