/electron-webpack-preact

Simple Boilerplate for Electron 🖥️ Preact ⚛️ Webpack ⚡

Primary LanguageJavaScript

electron-webpack-preact

Installation

1. Clone the repo

git clone git@github.com:deadcoder0904/electron-webpack-preact.git

2. Install the packages

npm install

3. Watch webpack in one terminal

npm run build:watch

4. Launch electron in another terminal

npm start