https://codesandbox.io/s/objective-architecture-1wvd7
Autodesk Forge IoT React Real-Time Sample
- Install Node.js
- Clone this repo, navigate to its path on CLI and install dependencies
# npm install
- Development // To run in this mode you'd need to change the path to the sample model to its remote URL or one of your own in
src/client/app.js
# npm start
# npm run dev // run in new terminal session
- Production
# npm build
# npm start
Bryan Huang