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
git clone https://github.com/rbenzazon/image_slider.git
npm install
npm run build
you can install (globally) http-server for instance
npm install http-server -g
and use this command
http-server dist -o
npm start