Installation Guide

To create a new project using CartDevKit, run the following command:

npx cartdevkit@latest create mydapp

Replace mydapp with the desired name of your project. This command will prompt you to select a template and configure the project settings.

Note:

You can find cartdevkit npm package here

Project Configurations

  • Project Settings: Customize project settings such as project name, directory structure, and template options during project creation.

  • Template Configuration: Modify template configurations and files after project generation to tailor them to your specific requirements.

Last updated