Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.16 KB

Desktop Starter

Copyright © Bentley Systems, Inc.

The purpose of this app is to serve as a desktop starter to be copied by a developer.

See http://imodeljs.org for comprehensive documentation on the iModel.js API and the various constructs used in this app.

App Screenshot

Development setup

  1. Install the dependencies:

    npm install
  2. Start the app:

    npm start

Advanced configuration options

If an iModel is needed for testing, follow the developer registration procedure here

Client registration

These variables must be updated before deployment, but the supplied defaults can be used for testing on localhost. Create a client registration using the procedure here. For the purpose of running this app on localhost, ensure your registration includes http://localhost:3000/signin-oidc as a valid redirect URI.

Contributing

Contributing to iModel.js