This project was scaffolded with create-react-app.
- Download or clone the repo.
npm installoryarn- Add your
REACT_APP_CLIENT_ID(your GitHub client id) to the.envfile:
REACT_APP_CLIENT_ID=<YOUR_ID_HERE>
- Run
npm start.
- Note: The photo-share-api server must be running.
Want to view this project on CodeSandbox instead? Make sure to add the REACT_APP_CLIENT_ID as shown in step 3 to the .env file.