score:2

Accepted answer

you can create a file with name .env relative to your package.json and put your variables into it.

react_app_env_test=test
react_app_env_test2=test2

make sure to prefix all your variables with react_app_


Related Query

More Query from same tag