Skip to content

TinyTanic/ElectronReactRedux-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElectronReactRedux-Boilerplate

A simple boilerplate for the Electron + React + Redux architecture. This boilerplate is intended to be used as a starting point for a new electron project for a developer with existing knowledge.

How to set up the project

First of all we need to clone the repo with the command:

$ git clone git@github.com:punch92/ElectronReactRedux-Boilerplate.git

Then install dependencies with

$ npm i

Now the environment is ready.

Run this two commands simultaneously in different console tabs for the transpiling of jsx and less and to start Electron

$ npm run dev # watch for changes
$ npm run start # start electron

About

A simple boilerplate for the Electron + React + Redux architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors