/electron-starter

A basic starter app using electron, react, webpack, and eslint

Primary LanguageJavaScript

This is a starter app for Electron which makes use of React, Webpack, and ESLint. Thanks to Brad Traversy for the inspiration.

Install dependencies

npm install

or

yarn

Usage

Run the app

npm run start

or

yarn start

Build the app (automatic)

npm run package

or

yarn package

Build the app (manual)

npm run build

or

yarn build

Test the app (after npm run build || yarn run build)

npm run prod
yarn prod

Change app title

Change the app title in the webpack.build.config.js and the webpack.dev.config.js files