php-js-image-scrolling
Back End
backend
folder contains PHP code. From this folder, install and start PHP built in server:
composer install
php -S localhost:8000
Front End
frontend
folder contains HTML and JS. From this folder, start a web server:
python -m SimpleHTTPServer 9000
or
python -m http.server 9000
Then browse to http://localhost:8000