This repository contains a completed version of TechSoft 3D's Additive Manufacturing tutorial for HOOPS Communicator 2020.
Verify you have the latest version of npm installed:
npm --version
- Clone the project:
git clone https://github.com/techsoft3d/additive-manufacturing.git - Navigate to the project folder:
cd additive_manufacturing_completed - Install dependencies:
npm install - Start the development server:
npm start - View the project at http://localhost:8080