Yarn commands
For developing the application, use yarn commands.
Ensure to use the yarn commands within the <store-temp> project root directory.
The following table describes the yarn commands and description:
| Command | Description |
|---|---|
|
Deletes node_modules directory, and installs all the dependencies for the project. |
|
Starts the store root application and other micro-frontend applications based on the configuration in <store-temp/>app-config-overrides.json |
|
Generates the extension artifacts that contains minified files and assets (JSONs) in <store-temp>/dist directory. |
|
Creates a new extension with single-spa enabled angular application. For more information about flows, see Adding a flow. |
|
Creates a new extension with single-spa enabled angular application for overriding the application-provided screen. For more information about overriding the application-provided screen, see Modifying application-provided screens. |
|
Runs linting tools on the angular application code in the specified project folder. |