Example | Descrption | |
---|---|---|
1. | sqlite | Bundling and using SQLite with ERB |
2. | typescript | Type checking with TS with React support |
Mobx
CSS
Native Modules Example
Miscellaneous Example
- express example
- monorepo example
- package in yarn workspaces example
- html video example
- importing audio files example
- reading local files at runtime in dev and prod env
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