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 React Basics (retired) Thinking in Components Mocking up our Application

React Scoreboard App in Local Environment. Id like to do this project locally so that I can edit and save the project.

Any chance of adding a teachers note of a step by step of what needs to be installed for using react? Or anyone who has a tutorial? I found some outside resources, but im just not really confident that im setting up correctly!

thanks!

1 Answer

Joel Bardsley
Joel Bardsley
31,246 Points

Create React App is a package created by the Facebook developers to quickly get you up and running with creating React applications without having to worry about any configuration. It will generate the file and folder structure of a working app that you can use to get started with your own app.

Guil Hernandez has recently published a workshop here on Treehouse that should help you set this up on your own machine: Using Create React App