Skip to content

andreagualandi/electron-react-boilerplate

Repository files navigation

Electron-React boilerplate

Minimal configuration for ElectronJs and ReactJs

Getting started

Click the "Use this template" button.

or

Clone the repo via git:

git clone --depth 1 --single-branch --branch master https://github.com/andreagualandi/electron-react-boilerplate.git my-project

Install the dependencies:

$ cd my-project
$ npm i

Run

Running in dev environment (with file watch for hot-reload)

$ npm run dev

Running production version

$ npm run prod

Packaging

To package apps for all platforms (linux/windows/mac):

$ npm run package

About

Boilerplate for ElectronJS and ReactJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published