react-material-minimal-electron-starter

A minimal React starter for Electron with Material-UI.

Usage no npm install needed!

<script type="module">
  import reactMaterialMinimalElectronStarter from 'https://cdn.skypack.dev/react-material-minimal-electron-starter';
</script>

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