Skip to content
/ SKIR Public

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.

Notifications You must be signed in to change notification settings

gurumukhi/SKIR

Repository files navigation

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

SKIR-Facts SKIR-Component SKIR-About SKIR-Header

About

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.

Topics

Resources

Stars

Watchers

Forks