Create Magento App
Create ScandiPWA AppScandiPWA DocsGitHub
v1
v1
  • Create Magento App
  • Getting started
    • Getting Started
    • Prerequisites
      • Linux requirements
      • MacOS requirements
        • Apple Silicon
      • Windows requirements
    • Available commands
      • Start the application
      • Stop the application
      • Check application status
      • Enter application CLI
      • Explore application logs
      • Execute commands in Docker containers
      • Link a theme
      • Import database dump
      • ⚠️ Uninstall a project
    • Folder structure
    • Updating to New Releases
      • Testing Alpha Releases
    • Configuration File
    • Supported Magento versions
    • How does it work?
    • Limitations
  • Usage guide
    • Using console commands
    • Accessing Docker containers
    • Linking a Scandi Theme
    • Enabling XDebug
    • Enabling SSL
    • Configuring PHP
    • Use custom domain
    • Access on the local network
    • Importing database
      • Importing remote database
    • Using Enterprise Edition
    • Converting legacy Docker setup to CMA
    • Improve Performance
  • Scripts Extensions
    • PHP Extensions
      • ionCube Extension
  • Troubleshooting
    • Common Issues
    • CMA Debugging
    • Uninstall CMA
Powered by GitBook
On this page
  • yarn start or npm run start
  • yarn stop or npm run stop
  • yarn status or npm run status
  • yarn cli or npm run cli
  • yarn logs or npm run logs
  • yarn link or npm run link
  • Experimental commands
  • yarn cleanup or npm run cleanup
  1. Getting started

Available commands

PreviousWindows requirementsNextStart the application

Last updated 2 years ago

There are multiple commands available in Create Magento App:

yarn start or npm run start

yarn stop or npm run stop

yarn status or npm run status

yarn cli or npm run cli

yarn logs or npm run logs

yarn link or npm run link

Experimental commands

yarn cleanup or npm run cleanup

Start the application
Stop the application
Check application status
Enter application CLI
Explore application logs
Link a theme
⚠️ Uninstall a project