jeremyrajan / electron-starter

Electron framework with react, webpack & packaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Electron framework with react, webpack & packaging

License:MIT License


Languages

Language:JavaScript 93.3%Language:HTML 5.6%Language:CSS 1.1%