/examples

Electron React Boilerplate Examples

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 lerna@latest` or `yarn global add lerna@latest`
lerna bootstrap

# cd to an example you'd like to run
cd sqlite
# Development
yarn dev
# Package for production
yarn package