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.
- Host: GitHub
- URL: https://github.com/duskload/react-electron-webpack
- Owner: duskload
- Created: 2018-10-05T19:17:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T04:12:31.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T03:44:29.123Z (over 1 year ago)
- Topics: electron, react, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 327 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```