electron-react-boilerplate / Examples

Electron React Boilerplate Examples

Programming Languages

typescript
32286 projects

Electron React Boilerplate Examples

Build Status

Table of Contents

Example Descrption
1. sqlite Bundling and using SQLite with ERB

Notable Forks

Second Renderer Window

Mobx

CSS

Native Modules Example

Miscellaneous Example

Setup

git clone https://github.com/electron-react-boilerplate/examples
cd examples

# If you don't have lerna, run `npm i -g [email protected]` or `yarn global add [email protected]`
lerna bootstrap

# cd to an example you'd like to run
cd sqlite
# Development
yarn dev
# Package for production
yarn package
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].