/Onshape-proof-of-concept

A proof of concept for a product configurator using an express backend and Three.js and React frontend that connects to OnShape to show GLTF models

Primary LanguageTypeScript

Setup: npm i cd src/client npm i go back to the root folder copy src/backend/config/apikey.example.ts to src/backend/config/apikey.ts get an API key from OnShape fill in the public and private values, along with your organization's OnShape URL run npm run build run npm run start cd src/client run npm start