Creating the features.json files
After you create a new application, you create the features.json files that add menu items for the new application to the main navigation menu.
About this task
You need to create two versions of the features.json file. You use one file
version for development purposes, and another file version for deploying the application. The files
are identical, with two exceptions.
- The value that you define in the property differs between the development and deployment file versions.
- The directory where you place the file for local development and deployment is different. You
place the local development file into the
devtoolkit_docker/orderhub-code/shell-ui/assets/devdirectory. You place the deployment file into thedevtoolkit_docker/orderhub-code/shell-ui/assetsdirectory.
Procedure
Mono repository/Angular repository - setup