Electron React Boilerplate uses Electron, React, React Router for rapid application development.
AD Studios - Sistema de Orçamentos BR Cirúrgica
Install
First, clone the repo via git:
git clone --depth 1 --single-branch --branch master https://github.com/anselmodev/brcirurgica-desktop-app.git your-project-name
And then install the dependencies with yarn.
$ cd your-project-name
$ yarn
Starting Development
Before, Start the React Server
$ yarn dev-server
After, Start the App in dev mode
$ yarn dev-app
Packaging for Production
First, Build React:
$ yarn build
Second, Build for platforms:
To package apps for all platform:
$ yarn electron-pack-all
To package app for the mac platform:
$ yarn electron-pack-mac
To package apps for the windows platform:
$ yarn electron-pack-win
To package apps for the linux platform:
$ yarn electron-pack-lnx
Icons for Mac Platform
Execute the command below on folder RESOURCES:
$ bash icns_creator.sh /path/to/image-icon.png [icon_name]
Tools ( Icons generator and preloaders )
See related Sites:
-
Icon Generator redketchup.io
Docs
See related docs: