A starting template for TechSoft 3D's Product Configurator tutorial using HOOPS Communicator.
See it running live on github pages
Verify you have the latest version of npm installed on your machine:
npm --version
- Clone the project:
git clone https://github.com/techsoft3d/product-configurator.git - Navigate to the project folder:
cd product_configurator - Install dependencies:
npm install - Start the development server:
npm run start