Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 688 Bytes

File metadata and controls

18 lines (11 loc) · 688 Bytes

Inventory Management Tutorial Template

This repository contains a starting template for TechSoft 3D's Inventory Management Tutorial for HOOPS Communicator.

See it running live on github pages

Prerequisites

Verify you have the latest version of npm installed:

npm --version

Install

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