- Create a .env file in Root Director
- Create an environment variable called REACT_APP_KEY
- Store your API_Key in it. e.g. REACT_APP_KEY=API_KEY
- You are now good to go.
After setting up API Key in the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.