- A minimal Ionic React App
- Sufficient enough to be used as a starter kit for you new app
- Very easy to get started with
- Includes most of basic features usually required in any app
- Router setup with Login page & Logout button in header
- Local storage setup for persistent (offline) JSON objects storage
- AppContext setup for state management
- Ability to enable auditing in state management
- Tested well on Android & IOS
- SKIRHeader: /components/SKIRHeader (sample usage in /pages/mainPage)
- AlertMessage: /components/AlertMessage (sample usage in /pages/mainPage)
- ToastMessage: /components/ToastMessage (sample usage in /pages/mainPage)
npm i
npm run start
- Run
ionic serve
within the app directory to see your app in the browser - Run
ionic capacitor add
to add a native iOS or Android project using Capacitor - Generate your app icon and splash screens using
cordova-res --skip-config --copy
- Explore the Ionic docs for components, tutorials, and more: https://ion.link/docs
- Building an enterprise app? Ionic has Enterprise Support and Features: https://ion.link/enterprise-edition
- Copying changes to android directory & further -
ionic capacitor copy android && npx cap open android