Example demonstrating the use of the PowerSync SDK for Web together with an Electron rendered Web App.
To see it in action:
cdinto this directory and runpnpm install.- Copy
.env.local.templateto.env.local, and complete the environment variables. You can generate a temporary development token, or leave blank to test with local-only data. - Run
pnpm start.
The Electron app should open automatically.