How to run the simple React Todo app without Slash?

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.

4 Likes