Skip to content

girroir/product-configurator

 
 

Repository files navigation

Product Configurator Completed

A completed version of TechSoft 3D's Product Configurator tutorial for HOOPS Communicator.

More information: https://docs.techsoft3d.com/communicator/latest/build/tutorials-product-configurator-01.html

Prerequisites

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

npm --version

Install

  1. Open a terminal and navigate to tutorial project directory
  2. Run git clone https://bitbucket.org/techsoft3d/product_configurator_completed.git
  3. Run cd product_configurator_completed

Setup and Run

  1. Run npm install to install and required Node packages
    • Note: This step must be done at the project root where package.json is located
  2. Run npm run build to build the TypeScript project using Webpack
  3. Run npm run start to start a local dev server.
  4. Open your browser to http://localhost:8080 by default
    • Check the console output of step 2 to verify port number
    • The port number is set in webpack.config.js, it uses 8080 by default

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.1%
  • TypeScript 30.6%
  • HTML 23.1%
  • CSS 10.2%