From the course: React.js: Building an Interface

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

React installation

React installation - React.js Tutorial

From the course: React.js: Building an Interface

Start my 1-month free trial

React installation

- [Instructor] The create-react-app makes it easier to create a project by installing a lot of modules. So let's go over what we got when we installed the project with create react app. I'm going to go over to the desktop and look at the folder that was installed and I'm going to drag it onto my code editor which is Visual Studio Code. Now a couple of notes. If you're comfortable with react installations, you might want to skip this video. Also, if you're working with our GitHub repo, like I am, you'll see some additional files and folders like the contributing license, notice, GitHub folder, and a different read me file than the default installation. Those are required for us to add the projects on GitHub but the rest is the default installation. Now let's go ahead and run the npm start or the yarn start command. So I'm going to pull up a terminal and go to the terminal menu and select new terminal and then type in the…

Contents