UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

50 lines (25 loc) 1.65 kB
# Getting Started with your Dynatrace App This project was bootstrapped with Dynatrace App Toolkit. It uses React in combination with TypeScript, to provide great developer experience. ## Available Scripts In the project directory, you can run: ### `npm run start` or `yarn start` Runs the app in the development mode. A new browser window with your running app will be automatically opened. Edit a component file in `src` and save it. The page will reload when you make changes. You may also see any errors in the console. ### `npm run build` or `yarn build` Builds the app for production to the `dist` folder. It correctly bundles your app in production mode and optimizes the build for the best performance. ### `npm run deploy` or `yarn deploy` Builds the app and deploys it to the specified environment in `app.config.(json|js|ts)`. ### `npm run uninstall` or `yarn uninstall` Uninstalls the app from the specified environment in `app.config.(json|js|ts)`. ### `npm run generate:function` or `yarn generate:function` Generates a new serverless function for your app in the `api` folder. ### `npm run update` or `yarn update` Updates @dynatrace-scoped packages to the latest version and applies automatic migrations. ### `npm run info` or `yarn info` Outputs the CLI and environment information. ### `npm run help` or `yarn run help` Outputs help for the Dynatrace App Toolkit. ## Learn more You can find more information on how to use all the features of the new Dynatrace Platform in the [Developer Portal](https://developer.dynatracelabs.com/). To learn React, check out the [React documentation](https://reactjs.org/).