Download latest version of Node.js
node -v
If version is not higher than 14.1
or higher, install it by going to
https://nodejs.org/en
The scripts to run the react index file are in the package.json
file in scripts :
You can run the following scripts command in the console
npm run start
npm run build