First install and run the flask DBL dot Local proxy server from https://github.com/ubsicap/dbl-uploader-clients
- Note: requires a node version >= 7 and an npm version >= 4.
- If you have installation or compilation issues with this project, please see [the boilerplate's debugging guide] (electron-react-boilerplate#400)
Next, clone this repo via git:
git clone --depth=1 https://github.com/ubsicap/dbl.local.electron.git your-project-nameAnd then install dependencies with yarn.
$ cd your-project-name
$ yarnNote: 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 | bashThen close and reopen the terminal.
$ nvm install --ltsStart 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 releaseSee 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).
- If you have installation or compilation issues with this project, please see our debugging guide
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-nameAnd then install the dependencies with yarn.
$ cd your-project-name
$ yarnStart 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 devTo package apps for the local platform:
$ yarn packageSee 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]










