This project was bootstrapped with Create React App.
Create a file named .env.local in project root (this file is excluded from git). Add the secret API token to it:
REACT_APP_API_AUTH_TOKEN=secret_token
In the project directory, run:
yarn install
yarn start
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.