This project is a Pokemon Dashboard was bootstrapped with Create React App.
It uses the following APIs:
You will need to run a service to allows CORS to use the Twitter V2 API properly. You can try this by running npm run cors
.
You will also need to either creat an .env
file or export the following keys as environment variables:
REACT_APP_BEARER_TOKEN=<TWITTER_API_BEARER_TOKEN>
REACT_APP_CORS_URL=<CORS_URL>
In the project directory, you can run:
Runs the app in the development mode.
Launches the test runner in the interactive watch mode.
Runs SASS watching/compiling of all .scss
files.
Runs a CORS Anywhere server (required for using the Twitter API)
Builds the app for production to the build
folder.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.