ubsicap / dbl.local.electron

Nathanael - Electron front-end for DBL dot Local
MIT License
1 stars 0 forks source link

dbl.local.electron

Electron Front End to DBL dot Local

Install

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.

on Linux

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

Run

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

Making Distribution Packages

on windows

$ npm run package
$ cd release

on linux

$ npm run package
$ cd release

Releases

See latest releases here:

https://github.com/ubsicap/dbl.local.electron/releases/

electron-react-boilerplate

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).




[![Build Status][travis-image]][travis-url] [![Appveyor Build Status][appveyor-image]][appveyor-url] [![Dependency Status][david-image]][david-url] [![DevDependency Status][david-dev-image]][david-dev-url] [![Github Tag][github-tag-image]][github-tag-url] [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/electron-react-blpt) [![OpenCollective](https://opencollective.com/electron-react-boilerplate/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/electron-react-boilerplate/sponsors/badge.svg)](#sponsors) [![Good first issues open][good-first-issue-image]][good-first-issue-url] [![StackOverflow](http://img.shields.io/badge/stackoverflow-electron_react_boilerplate-blue.svg)]( http://stackoverflow.com/questions/tagged/electron-react-boilerplate )
![Electron Boilerplate Demo](https://cloud.githubusercontent.com/assets/3382565/10557547/b1f07a4e-74e3-11e5-8d27-79ab6947d429.gif)

Install

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

Starting 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

Packaging for Production

To package apps for the local platform:

$ yarn package

Docs

See our docs and guides here

Maintainers

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

License

MIT © Electron React Boilerplate