492 Views
If you use Create React App to develop your app, using environment variables in your app is easy. You simply create an .env file in the root of the project folder and the keys of your environment variables should start with REACT_APP_ .
0 comments