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

https://github.com/duskload/react-electron-webpack

Template for Electron app with React/Redux for views, bundled with webpack 4.
https://github.com/duskload/react-electron-webpack

electron react redux webpack

Last synced: 3 months ago
JSON representation

Template for Electron app with React/Redux for views, bundled with webpack 4.

Awesome Lists containing this project

README

          

# react-electron-webpack
Template for Electron app with React/Redux for views, bundled with webpack 4.

## Install and launch
``` bash
# Clone the repository
$ git clone https://github.com/duskload/react-electron-webpack

# Install and launch
$ cd react-electron-webpack && npm i && npm start
```