nevtum / Simple-React-Redux-Electron

Minimalist boilerplate for Electron React Redux app with Devtools enabled.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Redux-Electron starter kit

This is a minimalist starter kit for getting an ES6 compliant React application running within Electron.

Clone this project and run the following commands. You must have Node.js installed to run:

npm install -g electron
npm install
npm start

This kit includes boilerplate for Redux as well as Redux Dev Tools to aid in faster prototyping.

About

Minimalist boilerplate for Electron React Redux app with Devtools enabled.

License:MIT License


Languages

Language:JavaScript 89.3%Language:HTML 10.7%