Autodesk Platform Services application built by following and extending the Simple Viewer tutorial from https://tutorials.autodesk.io.
- APS credentials
- Node.js (we recommend the Long Term Support version)
- Terminal (for example, Windows Command Prompt or macOS Terminal)
Important
Highly recommended to use the Autodesk Platform Services Extension for VS Code
- Clone this repository
- Install dependencies:
yarn install
ornpm install
- Setup environment variables:
APS_CLIENT_ID
- your APS application client IDAPS_CLIENT_SECRET
- your APS application client secretAPS_BUCKET
(optional) - name of APS bucket to store your designs in
- Run the server:
yarn install
ornpm 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.
Check out the APS Viewer API Reference. Please contact APS via https://forge.autodesk.com/en/support/get-help.
This sample is licensed under the terms of the MIT License. Please see the LICENSE file for more details.