Minimal Electron, React, Material-UI and Webpack boilerplate to help you get started with building your next app.
This repo is based on https://github.com/Y0nnyy/electron-react-boilerplate.git
git clone --depth=1 https://github.com/cbeltrangomez84/electron-react-material-ui-boilerplate.git
npm install
or
yarn install
npm run start
or
yarn start
npm run startNoHot
or
yarn startNoHot
Add the icons at /src/res/favicon/myApp.ico
npm run package
or
yarn package
Check the icon paths at src/index.html
npm run buildweb
or
yarn buildweb
npm run build
or
yarn build
After that
npm run postpackage
or
yarn postpackage
npm run prod
yarn prod
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.