diff --git a/frontend/.env b/frontend/.env index e69de29..e38b353 100644 --- a/frontend/.env +++ b/frontend/.env @@ -0,0 +1,3 @@ +# .env file for React project + +REACT_APP_POKEMON_API_URL=https://pokeapi.co/api/v2/ \ No newline at end of file