Skip to content

Simple Boilerplate for Electron 🖥️ Preact ⚛️ Webpack ⚡

Notifications You must be signed in to change notification settings

deadcoder0904/electron-webpack-preact

Repository files navigation

electron-webpack-preact

Installation

1. Clone the repo

git clone [email protected]: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