https://github.com/gurumukhi/skir
SKIR - Starter Kit 4 Ionic React. A minimal Ionic React App, sufficient enough to be used as a starter kit for you new app & very easy to get started with.
https://github.com/gurumukhi/skir
capacitor ionic ionic-react react
Last synced: about 2 months ago
JSON representation
SKIR - Starter Kit 4 Ionic React. A minimal Ionic React App, sufficient enough to be used as a starter kit for you new app & very easy to get started with.
- Host: GitHub
- URL: https://github.com/gurumukhi/skir
- Owner: gurumukhi
- Created: 2020-10-13T14:34:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-13T18:43:21.000Z (over 5 years ago)
- Last Synced: 2025-07-14T10:31:06.516Z (11 months ago)
- Topics: capacitor, ionic, ionic-react, react
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SKIR - Starter Kit 4 Ionic React
- 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
## Key features
- 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
### Components:
- SKIRHeader: /components/SKIRHeader (sample usage in /pages/mainPage)
- AlertMessage: /components/AlertMessage (sample usage in /pages/mainPage)
- ToastMessage: /components/ToastMessage (sample usage in /pages/mainPage)
# Dev Docs
## Start Server
- `npm i`
- `npm run start`
## Ionic Docs
- 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`
# Screenshots



