/electron-webpack-boilerplate

Boilerplate for a vanilla Webpack configuration with Electron.

Primary LanguageJavaScriptMIT LicenseMIT

electron-webpack-boilerplate

Boilerplate for a vanilla Webpack configuration with Electron.

Installation

git clone https://github.com/Andr3wRiv3rs/electron-webpack-boilerplate
cd electron-webpack-boilerplate
npm install

Start

npm run dev

Commands

start - Load Electron from the dist folder.

dev - Start development server, then start Electron.

build - Build Electron from app source.

lint - Lint and fix.