Electron with Webpack, TypeScript, React, Redux, Jest, auto-reload, and more.
# Clone this repository
git clone https://github.com/nonoesp/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm startnpm startrun the Electron appnpm run watchrun the Electron app with auto-reloadnpm run devbuild the Electron app for developmentnpm run prodbuild the Electron app for productionnpm run packagepackage the Electron app (.app for macOS, .exe for Windows)