for running the app in windows
"local": "SET REACT_APP_ENVIRONMENT=local&& SET PORT=8091&& react-scripts start",
"production": "SET REACT_APP_ENVIRONMENT=production&& SET PORT=8091&& react-scripts start",
"build": "SET REACT_APP_ENVIRONMENT=development&& SET PORT=8091&& react-scripts build",
