I have uploaded the project to a URL: https://omergal99.github.io/react-music-world/#/

Explanation

USE Node version v10.15.3

Im use yarn so we need to install it:

npm i -g yarn or not Globaly: npm i yarn

After that install node modules:

yarn

And then we can run the App:

yarn start