The Demo app
  • 17 Jul 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

The Demo app

  • Dark
    Light
  • PDF

Article summary

With the Crowdbotics CLI, you can create a demo app where you can install and test modules as you write them. This app also lets you mimic the experience other developers will have when they install your module in their Crowdbotics app.

Important

Before you begin this, ensure that you have set up your environment and installed the CLI.

The demo app is a simple app that consists of a single folder with:

  • a Django backend

  • a React Native frontend

  • configuration settings

To create the demo app:

  1. In a terminal window, navigate to the location where you initialized your project.

  2. Run: cb demo

    --verbose — Optional — Provides additional information to help you understand the command's execution and troubleshoot any issues.

The CLI generates following structure:


Was this article helpful?