/electron-quick-start

⚡️ Electron, Webpack, TypeScript, React, Redux, Jest & auto-reload.

Primary LanguageJavaScriptMIT LicenseMIT

Electron Quick Start ⚡️

Electron with Webpack, TypeScript, React, Redux, Jest, auto-reload, and more.

Usage

# 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 start

Commands

  • npm start run the Electron app
  • npm run watch run the Electron app with auto-reload
  • npm run dev build the Electron app for development
  • npm run prod build the Electron app for production
  • npm run package package the Electron app (.app for macOS, .exe for Windows)