This app is a sample kids learning mobile application.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Setup the following requirements to your local machine.
Create ionic starter app.
ionic start BabyStepsApp https://github.com/RavenAcuzar/Baby-Steps/
Initialize node packages.
npm i
Run the app.
ionic serve
To add platform (Android/IOS)
ionic cordova platform add android
ionic cordova platform add ios
Run the following commands for building the app.
(Android) For generating release apk add --prod --release
ionic cordova build android
(IOS) For generating release apk add --prod
. Open project in XCode then run build, Archive, then upload to Appstore.
ionic cordova build ios
- Background Music integrated
- Video sliders with auto-play.
- Animal Cards tap to play sound.
- Ionic 3 (Ionic-Angular Framework)
- Typescript
- HTML, Css/Scss
- Rico Raven Acuzar - linkedin.com/in/rico-raven/