@localstack/appinspector-ui
v1.0.153
Published
LocalStack AppInspector UI
Downloads
2,476
Maintainers
Keywords
Readme
LocalStack AppInspector UI
This package is used internally in different LocalStack products as an interface for App Inspector.
Installation
npm install @localstack/appinspector-uiDevelopment
Start LocalStack
Start LocalStack with the following configuration:
APP_INSPECTOR=1 EXTRA_CORS_ALLOWED_ORIGINS=* localstack start[!NOTE] Remember to start LocalStack Pro using
LOCALSTACK_AUTH_TOKEN=testin development or with in production.
Run the development server
Develop locally using:
npm run devCheck out CONTRIBUTING.md for more information about development and testing.
