Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 324 Bytes

File metadata and controls

21 lines (18 loc) · 324 Bytes

electron-quick-start

Get started with Electron quickly, using webpack, react, hot module reloading, and electron-packager.

Usage

Development

npm i
npm run webpack-server
# Then in a new tab:
npm start

Package into a binary

npm run packager

Author

Anthony Calandra

License

MIT