This repo contains the code for the Infinite Scroll With Firebase, React, Intersection Observer & Redux Saga article.
To run the code locally:
- Run
npm i
once cloning the repo - Rename
.env-example
file to.env
- Add the correct credentials from the Firebase dashboard to the
.env
file - Run
npm start