electron-webpack-preact
electron-webpack-preact copied to clipboard
Simple Boilerplate for Electron 🖥️ Preact ⚛️ Webpack ⚡
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