This repository contains a small demo application for the BIMCloud service by Dangl IT GmbH. It's an easy way to work with BIM files such as IFC.
Execute the following command in the root directory of the project:
npm i
Execute the following command in the root directory of the project:
npm run launch
After the conversion is finished, a local web server will be started. You can access it to view a 3D representation of the model. The source code itself contains further comments and outlines the steps taken.