This is an Ionic 2 app that shows how to use the ionic2-alpha-scroll component.
-
Install the the latest version of the Ionic CLI:
npm install -g ionic
-
Clone this repository
git clone https://github.com/rossmartin/ionic2-alpha-scroll-example
-
Navigate to the app directory:
cd ionic2-alpha-scroll-example
-
Install the dependencies
npm install
From here you can build and run the app on different platforms using the traditional Cordova/Ionic CLI commands (ionic build ios
, ionic serve
, etc.).