Replies: 1 comment 3 replies
-
Hello @Imborione, Can you give a little more info about what you are attempting to accomplish with your custom RPCInterface? That would help to direct you to the proper steps. Also, is this a web app or an electron app? As far as the frontend: For web apps, you can use the iTwin VIewer CRA template. The best way to extend an app that is based on the iTwin Viewer is to use UI Providers. Better samples of this are in the works, but for now you can see an example in the iTwin Viewer development app More info on getting started with a web-based viewer can be found here |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I looked on available ressource on github and on the documentation to implement a React App. Unfortunately I found only the desktop-starter implementing Electron complete enough for my needs.
I am looking for a boilerplate project implementing imodeljs with the following:
My pain point is the implementation of RPCInterface on a nodejs express backend and the react frontend.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions