A template for building an electron app with react.
Important: If you are using npm instead of yarn, change the references in the package.json
scripts from yarn build
to npm run build
.
yarn install
yarn dev
(yarn start
runs the react on localhost:8080)
/app - react code
/build - electron-builder output
/dist - webpack output
/resources
/assets - build icons
/public - static files (html,css,images,etc.)