Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electron-react-boilerplate/examples
Electron React Boilerplate Examples
https://github.com/electron-react-boilerplate/examples
electron-react-boilerplate typescript
Last synced: about 6 hours 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T20:46:34.000Z (about 3 years ago)
- Last Synced: 2024-10-30T00:55:23.500Z (2 months ago)
- Topics: electron-react-boilerplate, typescript
- Homepage:
- Size: 3.53 MB
- Stars: 189
- Watchers: 8
- Forks: 42
- 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)