https://github.com/deadcoder0904/electron-webpack-react
Simple Boilerplate for Electron 🖥️, React ⚛️ & Webpack ⚡
https://github.com/deadcoder0904/electron-webpack-react
Last synced: 10 months ago
JSON representation
Simple Boilerplate for Electron 🖥️, React ⚛️ & Webpack ⚡
- Host: GitHub
- URL: https://github.com/deadcoder0904/electron-webpack-react
- Owner: deadcoder0904
- Created: 2018-04-04T10:57:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T14:13:00.000Z (over 7 years ago)
- Last Synced: 2025-04-11T18:04:35.752Z (10 months ago)
- Language: JavaScript
- Size: 77.1 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-webpack-react
## Installation
### 1. Clone the repo
```bash
git clone git@github.com:deadcoder0904/electron-webpack-react.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
```