Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

ubsicap/dbl.local.electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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-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 Appveyor Build Status Dependency Status DevDependency Status Github Tag

Join the community on Spectrum OpenCollective OpenCollective Good first issues open StackOverflow

Electron Boilerplate Demo

Install

  • 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-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

About

Nathanael - Electron front-end for DBL dot Local

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.1%
  • CSS 18.6%
  • HTML 0.3%