This is a template for building Ionic React apps using Supabase, XState, and Shadcn.
- Database, Auth, Storage, and Functions with Supabase
- State Management with XState, with inspector
- Shadcn + Tailwind CSS
- ionic routing
-
Clone the repository
git clone https://github.com/tim-everett/ionic-template.git
-
Install dependencies
pnpm install
-
Run local Supabase instance
supabase start
-
Run the app
pnpm dev
- Testing Email Login guide
- modifying table names
- package.json scripts
- App stores deployments
- Adding new routes, pages, tabs (authed and unauthed)