Skip to content

calebmshafer/desktop-starter

 
 

Repository files navigation

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

About

An iModel.js Desktop starter app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • HTML 2.9%
  • CSS 2.2%
  • Dockerfile 1.4%