Comment rendre les variables d'environnement du serveur disponibles pour le navigateur sur Frontend dans Node JS

# in the project's root dir create a file named: ".env" and 
# insert the env variables as follows.
# NB: the env variable name must start with REACT_APP for react js projects
REACT_APP_CLIENT_ID=jfjffffaddfeettgydgdffv
REACT_APP_KEY=aaddddawrfffvvvvssaa
Anxious Alligator