README
react-material-minimal-electron-starter
A minimal React starter for Electron with Material-UI.
Getting Started
# install dependencies
yarn
Development Scripts
# run application in development mode with hot reloading
yarn dev
# compile source code and create webpack output
yarn compile
# `yarn compile` & create distribution build with electron-builder
yarn dist
# `yarn compile` & create unpacked quick production test build
yarn dist:unpacked