Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 401 Bytes

electron-react-boilerplate-minimal

An Electron, React (16.8) boilerplate for minimalists. Comes with Typescript, Webpack, Babel, Electron, reactn and an example app using React Hooks.

Uses electron-quick-start for Electron base.

How to run

3 simple commands.

npm install

yarn dev

yarn start

Building for Production

yarn build