Skip to content

Commit

Permalink
feat: add electron web demo (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: DominicGBauer <[email protected]>
Co-authored-by: benitav <[email protected]>
Co-authored-by: benitav <[email protected]>
  • Loading branch information
4 people authored May 7, 2024
1 parent 434c8a1 commit 2e45eaa
Show file tree
Hide file tree
Showing 43 changed files with 9,374 additions and 21,008 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ Demo applications are located in the [`demos/`](./demos/) directory. Also see ou
- [demos/example-vite](./demos/example-vite/README.md): A minimal example demonstrating bundling with Vite.
- [demos/example-nextjs](./demos/example-nextjs/README.md): An example demonstrating setup with Next.js.

### Electron

- [demos/example-electron](./demos/example-electron/README.md) An Electron example web rendered app using the PowerSync Web SDK.

## Tools

- [tools/diagnostics-app](./tools/diagnostics-app): A standalone web app that presents stats about a user's local database (incl. tables and sync buckets).
Expand Down
1 change: 0 additions & 1 deletion demos/django-react-native-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"react-native-safe-area-context": "4.8.2",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.29.0",
"react-native-storage": "^1.0.1",
"react-native-table-component": "^1.2.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.0",
Expand Down
Loading

0 comments on commit 2e45eaa

Please sign in to comment.