petrbroz / forge-simple-viewer-nodejs

Autodesk Forge sample app showing the basic viewing capabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forge-simple-viewer-nodejs

platforms node.js npm license

Simple Autodesk Forge application built by following the Simple Viewer tutorial from https://forge-tutorials.autodesk.io.

screenshot

Development

Prerequisites

Setup & Run

  • Clone this repository
  • Install dependencies: yarn install or npm install
  • Setup environment variables:
    • FORGE_CLIENT_ID - your Forge application client ID
    • FORGE_CLIENT_SECRET - your Forge application client secret
    • FORGE_BUCKET (optional) - name of Forge bucket to store your designs in
  • Run the server: npm start

When using Visual Studio Code, you can specify the env. variables listed above in a .env file in this folder, and run & debug the application directly from the editor.

Troubleshooting

Please contact us via https://forge.autodesk.com/en/support/get-help.

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for more details.

About

Autodesk Forge sample app showing the basic viewing capabilities.

License:MIT License


Languages

Language:JavaScript 87.2%Language:HTML 6.9%Language:CSS 5.9%