Using relay-experimental.
-
Install the app's dependencies:
yarn install -
Get your GitHub authentication token in order to let the app query GitHub's public GraphQL API: a. Open https://github.com/settings/tokens. b. Ensure that at least the
reposcope is selected. c. Generate the token d. Create a file.envand add the following contents (substiture for your authentication token):REACT_APP_GITHUB_AUTH_TOKEN=<TOKEN> -
Compile Relay
yarn relay -
Start app
yarn start
Now you're ready to run the app!
