Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 929 Bytes

readme.md

File metadata and controls

58 lines (37 loc) · 929 Bytes

Electron React Scaffold

Dependencies DevDependencies

Requirements

node -v
v5.1.1

electron -v
v0.36.0

Start

npm install
npm install -g electron-prebuilt

// or if you have installed electron-prebuilt

npm update -g electron-prebuilt

Debug

npm start

Dev Build (only darwin)

npm run dist

Production Build (All Platforms)

npm run build

// target: ./dist/

Using electron-packager.

Contributors

License

The MIT License (MIT)