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 trialjlampstack
23,932 PointsClone project via Github
This is more of an observation than a question. I've watched this video at least 10 times before it dawned on me that Andrew starts the video off on a Github repository, but he never explicitly mentioned that we can clone the project, nor is the command listed anywhere in the teachers notes. I'm not sure if I'm the only one who missed this.
For anyone who would like to clone the project using git, I've pasted the command below. Hope this helpful. Cheers!
git clone https://github.com/treehouse-projects/photoblog.git
jlampstack
23,932 PointsYour welcome. There is also an Angular5 tutorial directly on the Angular website. Its not a video guide, but very clear and easy to follow & understand.
1 Answer
Jose Rascon
17,175 PointsThanks a lot
Erin Highbaugh
18,082 PointsErin Highbaugh
18,082 PointsThank you so much for listing this! I was confused about whether we were supposed to download the files and create a repos ourselves, or clone the project from github, because he mentions both at different points of the video.