sort-your-paper
v0.0.5
Published
The tool to sort your paperwork
Downloads
6
Readme
Install
First, clone the repo via git
And then install the dependencies with yarn.
$ cd your-project-name
$ yarnStarting Development
Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
$ yarn dev
$ yarn start in new windowChange code at app/ and app will rerender
Build
Windows:
$ yarn build:winLinux:
$ yarn build:linuxP.S. For linux build use Linux. Other OS give error.
MacOS:
$ build:mac$ electron-builder -mwlMore information: https://www.electron.build/multi-platform-build
