- 17 Jul 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
The Demo app
- Updated on 17 Jul 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
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:
In a terminal window, navigate to the location where you initialized your project.
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: