Hosted at https://mcneely-unsplash-browser.herokuapp.com/
Please be aware that the application may be in Heroku's sleep mode and initial loading of the page may take a moment.
-
Clone repository
-
Install dependencies:
npm install
-
Get a free API key from Unsplash
-
In the root folder of the project create a file named
.env
(Learn more)
In the newly created .env
file add the following line replacing <YOUR API KEY> with your newly aquired key and save the file.
REACT_APP_API_KEY=<YOUR API KEY>
- Run Server:
npm run dev