Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 833 Bytes

File metadata and controls

45 lines (31 loc) · 833 Bytes

Ionic Template

This is a template for building Ionic React apps using Supabase, XState, and Shadcn.

Features

  • Database, Auth, Storage, and Functions with Supabase
  • State Management with XState, with inspector
  • Shadcn + Tailwind CSS
  • ionic routing

Getting Started

  1. Clone the repository

    git clone https://github.com/tim-everett/ionic-template.git
  2. Install dependencies

    pnpm install
  3. Install Supabase CLI

  4. Run local Supabase instance

    supabase start
  5. Run the app

    pnpm dev

README TODO

  • Testing Email Login guide
  • modifying table names
  • package.json scripts
  • App stores deployments
  • Adding new routes, pages, tabs (authed and unauthed)