Sample project that shows an experimental 3D card carousel in Ionic.
DEPRECATED ⛔: This component is deprecated and no longer supported. If you want to use a new version developed with stencil check the following repository: https://github.com/abritopach/st-3d-card-carousel
- FrontEnd: Ionic App.
Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.
- Test in localhost:
npm install
ionic serve
- Test in Android:
ionic cordova add platform android
ionic cordova run android
- Test in iOS:
ionic cordova add platform ios
ionic cordova run ios