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

I built a commandline tool you might find useful

If you're like me, you may build a lot of little practice apps or like to demo ideas with a single page and some bootstrap. I use it so much and got tired of re-writing my files every time I want to build a little single page app that I built a commandline tool to generate all the files and add the basic html and css I need automatically. Here is the link:

https://www.npmjs.com/package/bootstrap-project-generator

If you use npm its really simple to use. Install globally and then you can make your project root folder than run bootstrap-project-generator and it will create all the files you need. It also gives you a header navbar and sticky footer by default. Use and share if you find this helpful :).