From the course: Building a GraphQL Project with React.js

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Customizing and adding modules

Customizing and adding modules

- [Instructor] The setup for this project is a bit overkill, so let's pair it down a bit and install a few extra modules just like we would on a real project. So I'm going to switch back into my application, and I'm going to start by removing a lot of files that we're not going to use here. So we'll open up the public folder, and get rid of these two logos, as well as the manifest.json, and the robots file. And then here, we're going to get rid of App, as well as the test and also the Index.css file, and also this logo. And we'll also get rid of the test setup, as well as reportWebVitals. So I'm going to right click, I'm in Visual Studio Code here, and I'll just hit the delete button and that'll get rid of those files. We'll also need to make some modifications to some of the files, so that these changes will be taken care of. So I'll start with the index.html. There's just a lot of code here and I'm not going to use a…

Contents