Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.92 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.92 KB

Electron React Boilerplate Examples

Build Status

Table of Contents

Example Descrption
1. sqlite Bundling and using SQLite with ERB
2. typescript Type checking with TS with React support

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