karlll / Electron-React-Boilerplate

Electron(Atom-Shell) app using React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron-React-Boilerplate

Electron app with React.js

How to develop

  1. npm i
  2. npm start
  3. open application in build directory
  4. add some react components and styles
  5. reload application (⌘+R)

Electron api calling

To call Electron's api, it is necessary to use window.require because, browserify rewrites require statement.

ex) var remote = window.require( 'remote' );

About

Electron(Atom-Shell) app using React.js

License:MIT License


Languages

Language:JavaScript 87.9%Language:HTML 6.7%Language:CSS 5.4%