Is there a way to inject environment variables, e.g. REACT_APP_MY_API into the index.html file?
REACT_APP_MY_API
index.html
According to this, it can be done, but I can\'
I tried like this 'NODE_ENV=development npm start' and it works well