Webpack+Electron+React Boilerplate
This is a simple boilerplate to get up and running with Electron and React. It is a customized version of Brad Traversy's repo
Install
Clone this repo
git clone https://github.com/luckyluck/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
npm run build
|| yarn run build
)
Test the app (after npm run prod
yarn prod
Change app title
Change the app title in the ./public/index.html file