This repository contains a starting template for TechSoft 3D's Inventory Management Tutorial for HOOPS Communicator.
See it 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/inventory-management.git - Navigate to the project folder:
cd inventory_management - Install dependencies:
npm install - Start the development server:
npm run start