Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 426 Bytes

File metadata and controls

15 lines (8 loc) · 426 Bytes

electron-react-template

Simple starter for Electron app using React and Webpack boilerplate

git clone template into directory and cd electron-react-template

Install dependencies npm install

Run Webpack Dev Server to start React app npm run start

To run the React app in the electron window, in a separate terminal window,

Run npm run electron-start

React app will now run inside an Electron browser window.