Skip to content

calebmshafer/desktop-starter

This branch is 1 commit ahead of, 42 commits behind imodeljs/desktop-starter:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7bb9db1 · Jul 21, 2020

History

15 Commits
Jul 21, 2020
Jul 16, 2020
Jun 19, 2020
Jun 19, 2020
Jun 19, 2020
Jul 2, 2020
Jul 16, 2020
Jun 19, 2020
Jul 16, 2020
Jun 19, 2020
Jun 19, 2020
Jul 15, 2020
Jul 16, 2020
Jul 16, 2020
Jun 8, 2020
Jun 8, 2020
Jun 8, 2020

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%