Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Latest commit

History

History
70 lines (52 loc) 路 2.58 KB

README.md

File metadata and controls

70 lines (52 loc) 路 2.58 KB

electron-react-mobx-boilerplate

Known Vulnerabilities dependencies Status devDependencies Status Build Status Renovate enabled

forthebadge

A minimal boilerplate to get started with Electron, React and MobX.

Including:

Quick start

Clone the repository

git clone https://github.com/niederschlag/electron-react-mobx-boilerplate.git

Install dependencies

cd electron-react-mobx-boilerplate
yarn install

Development

yarn dev

DevTools

Toggle DevTools:

  • OSX: Cmd Alt I or F12
  • Linux: Ctrl Shift I or F12
  • Windows: Ctrl Shift I or F12

Packaging

Modify electron-builder.yml to edit package info.

For a full list of options see: https://github.com/electron-userland/electron-builder/wiki/Options.

Create a package for OSX, Windows and Linux

yarn build

Tests

yarn test

Stuff which is nice to have

  • Code quality management (Codefactor / StyleCI)
  • Consider adding mobx-remotedev