Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 681 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 681 Bytes

Product Configurator Tutorial Template

A starting template for TechSoft 3D's Product Configurator tutorial using HOOPS Communicator.

See it running live on github pages

Prerequisites

Verify you have the latest version of npm installed on your machine:

npm --version

Install

  1. Clone the project: git clone https://github.com/techsoft3d/product-configurator.git
  2. Navigate to the project folder: cd product_configurator
  3. Install dependencies: npm install
  4. Start the development server: npm run start