Reactで.envの値をHTMLに反映させる

確認環境

Env Ver
React 17.0.2

サンプルコード

.env

REACT_APP_FOO=hoge

public/index.html

%REACT_APP_FOO%