/electron-starter

Electron framework with react, webpack & packaging

Primary LanguageJavaScriptMIT LicenseMIT

Electron starter (react + webpack)

Clone the repo to you working directory and run:

npm install

Once everything is installed. To checkout the development app, run

gulp or npm start

If you are happy with your app, and ready for packaging (x64, Mac & Win). run

gulp release

which will lint, compile and package it for you under releases directory.