/viewer-iot-react-feathersjs

Autodesk Forge IoT Real-Time Sample with React & FeathersJS

Primary LanguageJavaScriptMIT LicenseMIT

Forge IoT React Real-Time Sample

Build Status Viewer FeathersJS React

Original Blog

https://forge.autodesk.com/blog/bootstrap-your-forge-real-time-iot-apps-using-full-stack-designs-react-hooks-and-feathersjs

Live Demo

https://codesandbox.io/s/objective-architecture-1wvd7

localhost_3000 2020-04-21 00_04_57

Description

Autodesk Forge IoT React Real-Time Sample

Running Locally

  • 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

Written By

Bryan Huang