This repository contains a starting template of TechSoft 3D's Additive Manufacturing tutorial for HOOPS Communicator.
See the completed tutorial running live on github pages
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 - Install dependencies:
npm install - Start the development server:
npm start
User the master branch when starting the tutorial, and checkout the completed branch for reference.