The first step in deploying your app to Dash Enterprise is to prepare the files required for deployment, and, in some cases, make updates to the app code.
This guide is aimed at users who already have apps running locally. If you haven’t already created an app, we recommend choosing an app from the App Catalog. All apps in the App Catalog are deploy-ready and are a great starting point for your first app.
Workspaces run on the Dash Enterprise server with a build system that is nearly identical to
how Dash apps are built and deployed. This means that workspaces can help you identify issues caused by the differences in local and deployed app environments.
You can test or troubleshoot your app in a workspace by:
Next, learn about initializing or deploying your app.