Copyright © Bentley Systems, Incorporated. All rights reserved.
An iModel.js sample application that only displays a viewport and a navigation toolbar.
This is a 'frontend-only' sample. It utilizes frontend-sample-base which supplies the viewport and view navigation tools. See http://imodeljs.org for comprehensive documentation on the iModel.js API and the various constructs used in this sample.
The purpose of this application is to demonstrate the following:
- User sign-in and open iModel with the logic delivered with frontend-sample-base.
- Display a viewport with navigation toolbar.
Follow the instructions under Frontend Sample Development Setup to configure, install dependencies, build, and run the app.
This sample is the most basic stub possible based on frontend-sample-base. It can be used as a template for creating new frontend-samples.