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 Gulp Basics Welcome to Gulp.js Installing Gulp

Rohit Thorat
Rohit Thorat
12,191 Points

not able to follow along with this video

i am not able to follow along with this video , i have cloned the repository from the Github ...then what? i am confus

Zack Lee
Zack Lee
Courses Plus Student 17,662 Points

once you have the repo, you should be able to open the project files in your text editor of choice.

I recommend you to learn git basic first before you follow along this course , when you have done it, you will only to follow all these steps here:

Clone this repo

git clone https://github.com/hdngr/treehouse-gulp-basics.git

Navigate into the directory

cd treehouse-gulp-basics

Install the project's node dependencies

npm install

Checkout the branch for the video you want to follow along with

git checkout <some-video>

when it finish follow all the thing that the teacher are showing in the video ..