Let's create the assets/, app/, components/, utils/ and features/ folders in the src/ folder. And move the App.js, App.css and App.test.js in the src/app/ folder.
The src/ folder structure should now look like this:
You can download the compressed folder with basic assets from here. This includes the background image and the basic CSS styles to use across the project.
Unzip folder and paste the files into the assets/ folder.
The images/ and the styles/ folder should look like this:
Install the node-sass to use Sass and SCSS:
And add this line in the index.js:
Also, include the material icons in the index.html file which is located in the public/ folder: