Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 853 Bytes

File metadata and controls

66 lines (47 loc) · 853 Bytes

Minimal Electron, React and Webpack boilerplate

Minimal Electron, React, PostCSS and Webpack boilerplate. Screenshot

Table of contents

Install

Clone this repo

git clone https://github.com/mrtcndnlr/electron-react-webpack-boilerplate.git

Install dependencies

npm install

or

yarn

Usage

Run the app

npm run dev

or

yarn dev

Build the app (with electron)

npm run electron:build

or

yarn electron:build

Build the app (only react app / without electron)

npm run build

or

yarn build

License

MIT © Mertcan Dinler.