Skip to content

varunaaruru/multislides-ionic2-3

Repository files navigation

refer to this SO answer for more info http://stackoverflow.com/questions/42944194/create-offset-with-ion-slides-user-should-see-the-next-broached-slides/44038874#44038874

How to use this repo :

Download nodejs from https://nodejs.org/en/download/current/ and install node and npm

$ sudo npm install -g ionic cordova

clone this repository and run npm install

Then, to run it in browser, use ionic serve or to run it in emulator/device

$ ionic cordova platform add ios
$ ionic cordova run ios

Substitute ios for android if not on a Mac.