Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 288 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 288 Bytes

electron-react-boilerplate

Simple Electron + React template. Uses Create React App and comes with Electron Builder.

How to Use

Start React in one shell instance:

yarn start

Wait for it to load, then start Electron in another shell instance:

yarn electron-start