Reaches out to the Unsplash API and fetches images continously with an infinite scroll feature.
# Install Node dependencies
npm install
# Install React dependencies
# Go into config/server and add your own API keys for Unsplash
# Start client and server
npm run dev
# Build for production
npm run build