First install and run the flask DBL dot Local proxy server from https://github.com/ubsicap/dbl-uploader-clients
Next, clone this repo via git:
git clone --depth=1 https://github.com/ubsicap/dbl.local.electron.git your-project-name
And then install dependencies with yarn.
$ cd your-project-name
$ yarn
Note: If you can't use yarn, run npm install
.
I recommend using nvm
to make sure you have the latest versions of node
and npm
To install nvm (see nvm webpage):
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
Then close and reopen the terminal.
$ nvm install --lts
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:
$ npm run dev
$ npm run package
$ cd release
$ npm run package
$ cd release
See latest releases here:
https://github.com/ubsicap/dbl.local.electron/releases/
This repo was forked from the electron-react-boilerplate.
Electron React Boilerplate uses Electron, React, Redux, React Router, Webpack and React Hot Loader for rapid application development (HMR).
First, clone the repo via git:
git clone --depth 1 --single-branch --branch master https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
And then install the dependencies with yarn.
$ cd your-project-name
$ yarn
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
To package apps for the local platform:
$ yarn package
See our docs and guides here
Support us with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]