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 trialShaheer Mir
11,599 PointsFollow Along Question
Should I run the "webpack" command after executing "npm install" if I want to follow along with this video ? I noticed the "public" folder is missing the "scripts" folder which should have the "vendor.bundle.js" and the "todo.bundle.js" files.
Also, please let me know if I will need to make any other additions to the project, before I can start following along from here. Thank you in advance!
1 Answer
Matthew Condit
8,258 PointsI'm sure you found the answer, but for anyone in the future jumping in here, you do need to run webpack when you first checkout the repo.