You can check the deployed demo here: https://mingkunm-react-infinite-scroll.herokuapp.com/
There are a few steps to run APP locally.
Clone whole project locally.
git clone https://github.com/mingkunm/React-Infinite-Scrolling.git
Create an index.js file in src/config path and add the following code into the file.
export const token = "token <Your github token>";
In the project directory run : npm install
In the project directory and run: npm start
Open http://localhost:3000 to view it in the browser.