Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Photo Share Client

This project was scaffolded with create-react-app.

Setup Instructions

  1. Download or clone the repo.
  2. npm install or yarn
  3. Add your REACT_APP_CLIENT_ID (your GitHub client id) to the .env file:
REACT_APP_CLIENT_ID=<YOUR_ID_HERE>
  1. Run npm start.

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.

Edit photo-share-client