REACT_APP_GRAPHQL_ENDPOINT=http://localhost:8080/graphql npm start should work.
For brevity, you can set this variable in a new .env file and then just run npm start
The endpoint is picked from the above environment variable.
REACT_APP_GRAPHQL_ENDPOINT=http://localhost:8080/graphql npm start should work.
For brevity, you can set this variable in a new .env file and then just run npm start
The endpoint is picked from the above environment variable.