Skip to content

amafjarkasi/react-electron-bpjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Electron Blueprint JS

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)