electron-react-desktop-template icon indicating copy to clipboard operation
electron-react-desktop-template copied to clipboard

Starting point for a Electron + React.js + React-Router-v4

Electron with React

Created with electron-userland/electron-forge.

electron-forge init electron-email --template=react --lintstyle=airbnb

preview

This project also uses:

Install

Clone this repository:

git clone https://github.com/mrpatiwi/electron-react-desktop-template.git
cd electron-react-desktop-template

Install dependencies:

yarn install

Development

Run it with:

yarn start