I'm facing some issues with even an initial setup of the react project.
I download the react project from the website and basically get the following folder structure.
tools - gulp - webpack
demo1 -src --sass --plugins --media --js
-dist
The react document just says do "yarn install" or "npm install" in the folder but never specifies where that folder is? The only package.json file I've got is within the gulp folder?
I need to set up a react project but am unable to do so because of all this confusion. Please let me know how to just do an initial setup so I can have the project running locally on my machine.
It looks like you are trying to use an HTML version structure, to minimize the size of the downloaded zip file from ThemeForest we do not include react version in the final package, if you want to use React version then you can download it from Metronic Downloads page.