Skip to content

powersync-community/react-powersync-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerSync + Supabase Web Demo: Todo List

Overview

Demo app demonstrating use of the PowerSync SDK for Web together with Supabase.

A step-by-step guide on Supabase<>PowerSync integration is available here.

Getting Started

In the repo directory, use pnpm to install dependencies:

npm install

Set up the Environment variables and edit .env to insert your credentials for Supabase.

Run the development server:

npm run dev

Open http://localhost:5173 with your browser to see the result.

Progressive Web App (PWA)

This demo is PWA compatible, and works fully offline. PWA is not available in development (watch) mode. The manifest and service worker is built using vite-plugin-pwa.

Build the production codebase:

npm build

Run the production server:

npm preview

Open a browser on the served URL and install the PWA.

Learn More

Check out the PowerSync Web SDK on GitHub - your feedback and contributions are welcome!

To learn more about PowerSync, see the PowerSync docs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages