This is a simple boilerplate to start your project in ElectronJS with React.
git clone https://github.com/SMKH-PRO/MFS.git name-of-your-project
replace name-of-your-project with the name of the directory where you want to clone, use dot .
for cloning into current directory.
npm install
or
yarn
npm run start
or
yarn start
npm run package
or
yarn package
npm run build
or
yarn build
npm run prod
yarn prod
Change the app title in the webpack.build.config.js and the webpack.dev.config.js files