演示设置
这是一个hello world应用程序,用于演示如何在项目中设置 。
试试吧
在开发环境中
yarn
REACT_APP_BAZ= " Value of baz passed inline " yarn start
在生产环境中
docker build -t garronej/react-envs-demo-app:main .
docker run -it --env BAZ= " Value of baz on the server " -p 8083:80 garronej/r