Skip to main content

Creating a new project

Setup

To create a new COMET DXP application, execute the following command in your OS command line:

npx @comet/create-app <project-name>

Installation

To start the installation process, execute the command:

./install.sh

info

The install.sh script executes several commands necessary for development, such as:

  • Installing required packages
  • Creation of folders
  • Creation of shortcuts

And can be customized with other commands required for your application.

Once installation is finished, you can start developing.