https://github.com/electron-react-boilerplate/examples
Electron React Boilerplate Examples
https://github.com/electron-react-boilerplate/examples
electron-react-boilerplate typescript
Last synced: 8 months ago
JSON representation
Electron React Boilerplate Examples
- Host: GitHub
- URL: https://github.com/electron-react-boilerplate/examples
- Owner: electron-react-boilerplate
- Created: 2018-09-22T09:12:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T20:46:34.000Z (about 4 years ago)
- Last Synced: 2025-04-28T20:26:48.409Z (8 months ago)
- Topics: electron-react-boilerplate, typescript
- Homepage:
- Size: 3.53 MB
- Stars: 196
- Watchers: 7
- Forks: 41
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron React Boilerplate Examples
## Examples
**Native Modules Example**
* [sqlite3](https://github.com/amilajack/erb-sqlite-example)
* [better-sqlite3](https://github.com/amilajack/erb-better-sqlite3-example)
* [serialport](https://github.com/amilajack/erb-serialport-example)
**Second Renderer Window**
* [second renderer window](https://github.com/amilajack/erb-second-renderer-window-example)
**CSS and Styling**
* [Tailwind](https://github.com/amilajack/erb-tailwind-example)
* [Ant Design](https://github.com/amilajack/erb-ant-design-example)
* [Bootstrap](https://github.com/amilajack/erb-bootstrap-example)
**Miscellaneous**
* [express](https://github.com/amilajack/erb-express-example)
* [monorepo](https://github.com/amilajack/erb-monorepo-example)
* [package in yarn workspaces](https://github.com/vikr01/erb-with-workspaces-example)
* [html video](https://github.com/amilajack/erb-video-example)
* [importing audio files](https://github.com/amilajack/erb-audio-example)
* [reading local files at runtime in dev and prod env](https://github.com/amilajack/erb-local-fs-read-example)
* [menubar application](https://github.com/3on/electron-react-boilerplate-menubar)
* [mobx](https://github.com/gzgogo/electron-react-mobx-boilerplate)