-
Install packages with
npm install
-
Where to put API keys Put API keys in a
.env
file in the root folder and name them as such
- Giphy API key:
REACT_APP_GIPHY_APIKEY="<insert API key here>"
- Google Client ID:
REACT_APP_GOOGLE_CLIENTID="<insert Google ClientID here>"
- Run
npm start
- Open http://localhost:3000 to view it in the browser.
This project was bootstrapped with Create React App.