@reactivemarkets/desktop-core
v0.39.0
Published
A cross platform hosting environment for multi-window applications
Downloads
14
Maintainers
Readme
Desktop Core
The architecture for Desktop is modular with the build combining many asar files into one package.
The Core framework runs in the main electron process is responsible for configuration, launching and orchestration of applications & services.
Quick Start
Install dependencies and start the application. This will load a url as the configuration.
npm install
npm run start
Building from source
To install all dependencies and build run:
git clone https://github.com/reactivemarkets/desktop.git
cd desktop
npm ci
npm run build