Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 367 Bytes

external-api.md

File metadata and controls

5 lines (3 loc) · 367 Bytes

External API

Your application is most likely going to communicate with an API. When running locally, you can use the environment variable REACT_APP_API_BASE_URL in env.local to specify the location of the api service.

For more informations on React variables check here.