Creatr allows you to export your generated web application code in multiple ways, giving you flexibility in how you work with your projects. Whether you need to integrate with version control, share with your development team, or run the code locally, there’s an export option that fits your workflow.
Use the creatrx command-line interface to export your project directly to your development environment.Prerequisites:
Node.js installed on your computer
Process:
Click on the Export button in the top navigation bar
Select “CLI Export (creatrx)” from the dropdown menu
A modal will appear showing the CLI command specific to your project
Click the copy button to copy the command to your clipboard
Open your terminal or command prompt
Paste and execute the command
The command will include your unique project identifier and authentication token, allowing the CLI tool to securely access and download your project files.Benefits:
Streamlined workflow for developers
Direct integration with local development environment
Extend It: Add custom functionality beyond what’s available in Creatr
Run It Locally: Test and develop in your preferred local environment
Deploy Elsewhere: Use custom hosting or advanced deployment options
Integrate Services: Connect additional third-party services or APIs
Exporting your code gives you complete ownership of your project’s source files, allowing you to build upon the foundation that Creatr provides while adding your own custom development when needed.