Vlad-CSA / electron-react-starter

Minimal and modern react+electron+webpack+babel boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Electron, React and Webpack boilerplate

Minimal Electron, React, PostCSS and Webpack boilerplate to help you get started with building your next app.

Table of contents

Install

Clone this repo

git clone https://github.com/pavladan/electron-react-starter.git

Install dependencies

npm install

or

yarn

Usage

Run the app in the electron

npm run start

or

yarn start

Run the react in the browser

npm run browser

or

yarn browser

Build the react app

npm run build

or

yarn build

Build release for Windows

npm run release:windows

or

yarn release:windows

Build release for MacOS

npm run release:mac

or

yarn release:mac

License

MIT © pavladan.

About

Minimal and modern react+electron+webpack+babel boilerplate

License:MIT License


Languages

Language:JavaScript 93.5%Language:HTML 4.1%Language:CSS 2.4%