Infinite Scroll demo
https://vburlai.github.io/scroll-demo/
Install Yarn package manager from here (if not present)
npm i
npm run dev
It will start a webpack server at 0.0.0.0:8080
and will open the app in a browser.
It works best in the latest Chrome, Firefox, EDGE browsers.
npm run build
Will create production build and save it to dst/
directory.