Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadcoder0904/electron-webpack-preact
Simple Boilerplate for Electron 🖥️ Preact ⚛️ Webpack ⚡
https://github.com/deadcoder0904/electron-webpack-preact
electron electron-app electron-preact electron-preact-webpack electron-webpack preact webpack
Last synced: about 1 month ago
JSON representation
Simple Boilerplate for Electron 🖥️ Preact ⚛️ Webpack ⚡
- Host: GitHub
- URL: https://github.com/deadcoder0904/electron-webpack-preact
- Owner: deadcoder0904
- Created: 2018-02-21T09:21:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T11:56:17.000Z (over 2 years ago)
- Last Synced: 2024-08-05T06:01:58.890Z (5 months ago)
- Topics: electron, electron-app, electron-preact, electron-preact-webpack, electron-webpack, preact, webpack
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-webpack-preact
## Installation
### 1. Clone the repo
```bash
git clone [email protected]:deadcoder0904/electron-webpack-preact.git
```### 2. Install the packages
```bash
npm install
```### 3. Watch `webpack` in one terminal
```bash
npm run build:watch
```### 4. Launch `electron` in another terminal
```bash
npm start
```