/image_slider

Primary LanguageJavaScript

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