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

imodeljs/desktop-starter

Repository files navigation

Desktop Starter

Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

This repo has been archived

To learn how to develop iTwin.js desktop applications, please see our tutorial on Developing a Desktop Viewer.


The purpose of this repository is to serve as starting point for developers wishing to create an iTwin.js Electron app.

See https://itwinjs.org for comprehensive documentation on the iTwin.js API and the various constructs used in this app.

App Screenshot

Tutorial

To build and run this application, just follow our step-by-step tutorial.

Debugging

  1. In VS Code, select Terminal -> Run Task..., and pick "Watch All"
  2. Launch the VS Code debugger with configuration "Electron: All"

Contributing

Contributing to iTwin.js