CartDevKit
  • Introduction
    • Overview of CartDevKit
    • Problems and Solutions
    • Why Use CartDevKit?
    • Architecture
  • Getting Started
    • System Requirements & Prerequisites
    • Installation Guide
    • Basic Usage Example
  • Supported Templates
    • Backend Template
      • JavaScript Template
      • TypeScript Template
    • Frontend Template
      • React Template
      • Next Js Template
    • Cartesify Template
      • Backend
        • JavaScript Template
        • TypeScript Template
      • Frontend
        • React Template
        • Nextjs Template
  • Deployment
  • Youtube Tutorials
  • Troubleshooting
  • FAQ
  • Contributing
  • License
  • Credits
  • Reference & Additional Resources
Powered by GitBook
On this page
Edit on GitHub
  1. Getting Started

Installation Guide

PreviousSystem Requirements & PrerequisitesNextBasic Usage Example

Last updated 10 months ago

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

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.

cartdevkit npm package here