Skip to content

mikepatrick/php-js-image-scrolling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Return image tags from back end server for infinite scrolling on front end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published