Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 282 Bytes

File metadata and controls

21 lines (14 loc) · 282 Bytes

React Integrate Electron (Skeleton)

Integrating Electron applications with React.js + Blueprint.js

Installing

npm install

Running

# terminal 1: run local web server
npm run serve

# terminal 2: run electron app
npm start
Good development)