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.

Customizing your installs

Customizing your installs - React.js Tutorial

From the course: React.js: Building an Interface

Start my 1-month free trial

Customizing your installs

- [Instructor] The set-up for this project, is a bit overkill. Let's spend some time paring it down just a bit. Here's what we have so far, and the application is already running in the terminal, and so what I'm going to do is remove a bunch of files, that I'm not going to use in this project. So for example these logos I'm going to get rid of, as well as my manifest.json file, robots.txt, it doesn't hurt that much to leave them in there, but I just want my project to look a little bit simpler. I'm not going to use this app.css file, so I'm going to get rid of that too, or the tests, and I'm not going to use this logo.svg, and I'll also get rid of this, setup test for report web vitals, and this setup tests.js. So let's go ahead and right click, and we'll say delete. It'll take a second, and it's going to crash our project, so let's just go ahead and make this big, so it doesn't bother us. All right, in addition to…

Contents