All Projects → bradtraversy → Simple Electron React

bradtraversy / Simple Electron React

Simple boilerplate for building Electron apps with React

Programming Languages

javascript
184084 projects - #8 most used programming language

Simple Electron React Boilerplate

This is a simple boilerplate to get up and running with Electron and React. It is a customized version of Alex Devero's repo and is used in my Electron course

Install

Clone this repo

git clone https://github.com/bradtraversy/simple-electron-react.git

Install dependencies

npm install

or

yarn

Usage

Run the app

npm run start

or

yarn start

Build the app (automatic)

npm run package

or

yarn package

Build the app (manual)

npm run build

or

yarn build

Test the app (after npm run build || yarn run build)

npm run prod
yarn prod

Change app title

Change the app title in the webpack.build.config.js and the webpack.dev.config.js files

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].