An open API service indexing awesome lists of open source software.

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 ⚡

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
```