Display content of .env variable

Viewed 15

I have an .env file in React, I have a variable. I would like to display the content of this variable in jsx. I tried this way but it does not seem to work.

<p>%MY_APP%</p>
0 Answers
Related