I am finding a way to integrate/setup Speckle in my web application using React/NextJS with Typescript, but the videos or documentation I found is quite limited or using different technology so I am quite hazy about what should I do and how I should do it.
The app should be able to:
- Display a model viewer.
- Data fetching using GraphQL client to query data. Process the fetched data and use it to populate your React components, display information alongside the 3D viewer.
- Authentication to access private Speckle projects.