Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 611 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 611 Bytes

Image Viewer

displays a bunch of images, let the user slide them with touch interaction
preloads images
allows for an interactive overlay on each page
to test, simply follow the install then start dev mode instructions, it comes with test content

install :

git clone https://github.com/rbenzazon/image_slider.git
npm install

build :

npm run build

test the build locally :

you can install (globally) http-server for instance

npm install http-server -g

and use this command

http-server dist -o

start dev mode

npm start